diff options
| author | Linus Jahn <lnj@kaidan.im> | 2018-12-04 19:22:02 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2018-12-19 09:06:22 +0100 |
| commit | fc389736df1107245ca91ecbe0bca0526a42288a (patch) | |
| tree | 162f5b422fcdfb28ce926fe3190960039886fc9c /src/base/QXmppConstants.cpp | |
| parent | 5b0b6472aa5932844f87ee939e0bf11b8eadb2cd (diff) | |
Add partial support of XEP-0066: Out of Band Data
Today this is most important for attaching URLs generated by XEP-0363:
HTTP File Upload for a very basic form of media/file sharing.
Diffstat (limited to 'src/base/QXmppConstants.cpp')
| -rw-r--r-- | src/base/QXmppConstants.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppConstants.cpp b/src/base/QXmppConstants.cpp index 1ab2c70d..03260018 100644 --- a/src/base/QXmppConstants.cpp +++ b/src/base/QXmppConstants.cpp @@ -57,6 +57,8 @@ const char* ns_vcard = "vcard-temp"; const char* ns_rsm = "http://jabber.org/protocol/rsm"; // XEP-0065: SOCKS5 Bytestreams const char* ns_bytestreams = "http://jabber.org/protocol/bytestreams"; +// XEP-0066: Out of Band Data +const char* ns_oob = "jabber:x:oob"; // XEP-0071: XHTML-IM const char *ns_xhtml_im = "http://jabber.org/protocol/xhtml-im"; // XEP-0077: In-Band Registration |
