comparison mcabber/mcabber/xmpp_defines.h @ 2103:1210a22726d3

We can determine if the server supports carbons. By means of XEP-0030: Service Discovery.
author Roeland Jago Douma <roeland@famdouma.nl>
date Fri, 01 Mar 2013 15:27:29 +0100
parents 1a01a7ef4e43
children 9023a6f2bf6c
comparison
equal deleted inserted replaced
2102:739f440e563b 2103:1210a22726d3
59 #define NS_XMPP_DELAY "urn:xmpp:delay" 59 #define NS_XMPP_DELAY "urn:xmpp:delay"
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 //XEP-0280 (message carbons)
65 #define NS_CARBONS_2 "urn:xmpp:carbons:2"
66
64 #define NS_JABBERD_STOREDPRESENCE "http://jabberd.org/ns/storedpresence" 67 #define NS_JABBERD_STOREDPRESENCE "http://jabberd.org/ns/storedpresence"
65 #define NS_JABBERD_HISTORY "http://jabberd.org/ns/history" 68 #define NS_JABBERD_HISTORY "http://jabberd.org/ns/history"
66 69
67 #define XMPP_ERROR_REDIRECT 302 70 #define XMPP_ERROR_REDIRECT 302
68 #define XMPP_ERROR_BAD_REQUEST 400 71 #define XMPP_ERROR_BAD_REQUEST 400