diff options
author | dequis <dx@dxzone.com.ar> | 2015-12-15 22:02:12 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-12-15 22:02:12 -0300 |
commit | 3a620ff93afb90f1b9114bab0faad65cad5dd80e (patch) | |
tree | b65cc5a00d2ceb58bd5e8446e1b4861d6c999e51 /protocols/jabber/jabber.h | |
parent | 4c29622f216b872cb5abaa167c0899999955fecb (diff) |
jabber: Add message processing hints to OTR messages (XEP-0334/0364)
This prevents them from being stored or copied to other clients when
carbons are enabled.
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r-- | protocols/jabber/jabber.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h index 8796b8fc..a52280af 100644 --- a/protocols/jabber/jabber.h +++ b/protocols/jabber/jabber.h @@ -229,6 +229,7 @@ struct jabber_transfer { #define XMLNS_GMAILNOTIFY "google:mail:notify" /* Not a XEP */ #define XMLNS_CARBONS "urn:xmpp:carbons:2" /* XEP-0280 */ #define XMLNS_FORWARDING "urn:xmpp:forward:0" /* XEP-0297 */ +#define XMLNS_HINTS "urn:xmpp:hints" /* XEP-0334 */ #define XMLNS_CHATSTATES "http://jabber.org/protocol/chatstates" /* XEP-0085 */ #define XMLNS_DISCO_INFO "http://jabber.org/protocol/disco#info" /* XEP-0030 */ #define XMLNS_DISCO_ITEMS "http://jabber.org/protocol/disco#items" /* XEP-0030 */ |