diff options
| author | Melvin Keskin <melvo@olomono.de> | 2019-06-25 12:09:27 +0200 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2019-09-06 19:53:01 +0200 |
| commit | fae818fdc89364515a86ef1cc1d1aa449372f281 (patch) | |
| tree | 91ad3f8a0ab3027dc1321cceffaeea339fdce3b7 /src/base/QXmppConstants.cpp | |
| parent | 8ab56c2cf1ff490b78def3f9799d4b8a99965d47 (diff) | |
| download | qxmpp-fae818fdc89364515a86ef1cc1d1aa449372f281.tar.gz | |
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 <lnj@kaidan.im>
Diffstat (limited to 'src/base/QXmppConstants.cpp')
| -rw-r--r-- | src/base/QXmppConstants.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |
