aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-04-07 19:58:53 +0200
committerLinus Jahn <lnj@kaidan.im>2020-04-07 21:55:00 +0200
commitb16780437e743d582e891163064102f27c3dbe85 (patch)
treeb9cc711ece6324fbe5afcee41060dfbd6d348486
parentcf28e91f332b96528b076d44e236bc8f448f7cad (diff)
downloadqxmpp-b16780437e743d582e891163064102f27c3dbe85.tar.gz
QXmppClient: Remove static disco feature for attention
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.
-rw-r--r--src/client/QXmppClient.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/QXmppClient.cpp b/src/client/QXmppClient.cpp
index a377c55e..926a9463 100644
--- a/src/client/QXmppClient.cpp
+++ b/src/client/QXmppClient.cpp
@@ -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