aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppConstants.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppConstants.cpp')
-rw-r--r--source/QXmppConstants.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/QXmppConstants.cpp b/source/QXmppConstants.cpp
index 2540e7b5..ae6c5e6e 100644
--- a/source/QXmppConstants.cpp
+++ b/source/QXmppConstants.cpp
@@ -33,4 +33,5 @@ const char* ns_bind = "urn:ietf:params:xml:ns:xmpp-bind";
const char* ns_session = "urn:ietf:params:xml:ns:xmpp-session";
const char* ns_stanza = "urn:ietf:params:xml:ns:xmpp-stanzas";
const char* ns_vcard = "vcard-temp";
-
+const char* ns_auth = "jabber:iq:auth";
+const char* ns_authFeature = "http://jabber.org/features/iq-auth";