comparison mcabber/libjabber/jabber.h @ 987:f47e312560af

Improve JEP22 + JEP85 support
author Mikael Berthe <mikael@lilotux.net>
date Mon, 30 Oct 2006 20:18:00 +0100
parents 98de2d166a11
children c89e7993c4d9
comparison
equal deleted inserted replaced
986:ed697234bd39 987:f47e312560af
279 #define NS_XHTML "http://www.w3.org/1999/xhtml" 279 #define NS_XHTML "http://www.w3.org/1999/xhtml"
280 #define NS_DISCO_INFO "http://jabber.org/protocol/disco#info" 280 #define NS_DISCO_INFO "http://jabber.org/protocol/disco#info"
281 #define NS_DISCO_ITEMS "http://jabber.org/protocol/disco#items" 281 #define NS_DISCO_ITEMS "http://jabber.org/protocol/disco#items"
282 #define NS_IQ_AUTH "http://jabber.org/features/iq-auth" 282 #define NS_IQ_AUTH "http://jabber.org/features/iq-auth"
283 #define NS_REGISTER_FEATURE "http://jabber.org/features/iq-register" 283 #define NS_REGISTER_FEATURE "http://jabber.org/features/iq-register"
284 #define NS_CHATSTATES "http://jabber.org/protocol/chatstates"
284 285
285 #define NS_XDBGINSERT "jabber:xdb:ginsert" 286 #define NS_XDBGINSERT "jabber:xdb:ginsert"
286 #define NS_XDBNSLIST "jabber:xdb:nslist" 287 #define NS_XDBNSLIST "jabber:xdb:nslist"
287 288
288 #define NS_XMPP_STANZAS "urn:ietf:params:xml:ns:xmpp-stanzas" 289 #define NS_XMPP_STANZAS "urn:ietf:params:xml:ns:xmpp-stanzas"