Skip to content

Commit

Permalink
QXmppClient: Remove static disco feature for attention
Browse files Browse the repository at this point in the history
The QXmppAttentionManager can be used to handle attention messages.
Clients not using the manager (or their own) won't continue to send the
attention feature.
  • Loading branch information
lnjX committed Apr 7, 2020
1 parent a8d557e commit 0dd48dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/QXmppClient.cpp
Expand Up @@ -86,8 +86,6 @@ QStringList QXmppClientPrivate::discoveryFeatures()
ns_capabilities,
// XEP-0199: XMPP Ping
ns_ping,
// XEP-0224: Attention
ns_attention,
// XEP-0249: Direct MUC Invitations
ns_conference,
// XEP-0308: Last Message Correction
Expand Down

0 comments on commit 0dd48dc

Please sign in to comment.