aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.h
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-12-15 22:02:12 -0300
committerdequis <dx@dxzone.com.ar>2015-12-15 22:02:12 -0300
commit3a620ff93afb90f1b9114bab0faad65cad5dd80e (patch)
treeb65cc5a00d2ceb58bd5e8446e1b4861d6c999e51 /protocols/jabber/jabber.h
parent4c29622f216b872cb5abaa167c0899999955fecb (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.h1
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 */