comparison libpurple/protocols/jabber/namespaces.h @ 28665:8d79af63f18b

Forgot to save.
author Paul Aurich <paul@darkrain42.org>
date Sat, 28 Nov 2009 04:11:09 +0000
parents 931d6906291b
children 0f7025534fc5 4cfa6d49bee5
comparison
equal deleted inserted replaced
28664:931d6906291b 28665:8d79af63f18b
74 74
75 /* XEP-0203 Delayed Delivery (and legacy delayed delivery) */ 75 /* XEP-0203 Delayed Delivery (and legacy delayed delivery) */
76 #define NS_DELAYED_DELIVERY "urn:xmpp:delay" 76 #define NS_DELAYED_DELIVERY "urn:xmpp:delay"
77 #define NS_DELAYED_DELIVERY_LEGACY "jabber:x:delay" 77 #define NS_DELAYED_DELIVERY_LEGACY "jabber:x:delay"
78 78
79 /* XEP-0206 */ 79 /* XEP-0206 XMPP over BOSH */
80 #define NS_XMPP_BOSH "urn:xmpp:xbosh" 80 #define NS_XMPP_BOSH "urn:xmpp:xbosh"
81 81
82 /* XEP-0224 Attention */ 82 /* XEP-0224 Attention */
83 #define NS_ATTENTION "urn:xmpp:attention:0" 83 #define NS_ATTENTION "urn:xmpp:attention:0"
84 84