From fae818fdc89364515a86ef1cc1d1aa449372f281 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Tue, 25 Jun 2019 12:09:27 +0200 Subject: Add register stream feature This adds parsing, serialization and a test for the 'register' stream feature of XEP-0077: In-Band Registration. Co-authored-by: Linus Jahn --- src/base/QXmppConstants.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/base/QXmppConstants.cpp') diff --git a/src/base/QXmppConstants.cpp b/src/base/QXmppConstants.cpp index 05d29f55..b6fab47d 100644 --- a/src/base/QXmppConstants.cpp +++ b/src/base/QXmppConstants.cpp @@ -63,6 +63,7 @@ const char* ns_oob = "jabber:x:oob"; const char *ns_xhtml_im = "http://jabber.org/protocol/xhtml-im"; // XEP-0077: In-Band Registration const char* ns_register = "jabber:iq:register"; +const char* ns_register_feature = "http://jabber.org/features/iq-register"; // XEP-0078: Non-SASL Authentication const char* ns_auth = "jabber:iq:auth"; const char* ns_authFeature = "http://jabber.org/features/iq-auth"; -- cgit v1.2.3