comparison mcabber/mcabber/xmpp_defines.h @ 2167:634cc23e8c1c

Use a #define for the xep-297 protocol namespace
author franky
date Fri, 17 Oct 2014 22:42:07 +0200
parents 9023a6f2bf6c
children
comparison
equal deleted inserted replaced
2166:f51c341a9da5 2167:634cc23e8c1c
60 #define NS_XMPP_TIME "urn:xmpp:time" 60 #define NS_XMPP_TIME "urn:xmpp:time"
61 #define NS_PING "urn:xmpp:ping" 61 #define NS_PING "urn:xmpp:ping"
62 #define NS_RECEIPTS "urn:xmpp:receipts" 62 #define NS_RECEIPTS "urn:xmpp:receipts"
63 63
64 #define NS_CARBONS_2 "urn:xmpp:carbons:2" // XEP-0280 (message carbons) 64 #define NS_CARBONS_2 "urn:xmpp:carbons:2" // XEP-0280 (message carbons)
65 #define NS_FORWARD "urn:xmpp:forward:0" // XEP-0297 (stanza forwarding)
65 66
66 #define NS_JABBERD_STOREDPRESENCE "http://jabberd.org/ns/storedpresence" 67 #define NS_JABBERD_STOREDPRESENCE "http://jabberd.org/ns/storedpresence"
67 #define NS_JABBERD_HISTORY "http://jabberd.org/ns/history" 68 #define NS_JABBERD_HISTORY "http://jabberd.org/ns/history"
68 69
69 #define XMPP_ERROR_REDIRECT 302 70 #define XMPP_ERROR_REDIRECT 302