libpurple/protocols/jabber/namespaces.h

changeset 40103
0d8e52078bc7
parent 39819
3554dac2991b
child 40594
e32ab786a04f
--- a/libpurple/protocols/jabber/namespaces.h	Mon Oct 28 22:41:37 2019 -0400
+++ b/libpurple/protocols/jabber/namespaces.h	Sun Oct 27 14:28:20 2019 -0400
@@ -89,6 +89,9 @@
 /* XEP-0231 BoB (Bits of Binary) */
 #define NS_BOB "urn:xmpp:bob"
 
+/* XEP-0233 XMPP Server Registration for use with Kerberos V5 */
+#define NS_XMPP_SERVER_REGISTRATION "urn:xmpp:domain-based-name:1"
+
 /* XEP-0237 Roster Versioning */
 #define NS_ROSTER_VERSIONING "urn:xmpp:features:rosterver"
 

mercurial