comparison mcabber/libjabber/jabber.h @ 1215:80c095886fb5

Entity Capabilities support (XEP-0115)
author Mikael Berthe <mikael@lilotux.net>
date Tue, 08 May 2007 10:00:32 +0200
parents c30c315dc447
children d438b56990cd
comparison
equal deleted inserted replaced
1214:9f5c5f176953 1215:80c095886fb5
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_MUC "http://jabber.org/protocol/muc" 284
285 #define NS_CAPS "http://jabber.org/protocol/caps"
285 #define NS_CHATSTATES "http://jabber.org/protocol/chatstates" 286 #define NS_CHATSTATES "http://jabber.org/protocol/chatstates"
286 #define NS_COMMANDS "http://jabber.org/protocol/commands" 287 #define NS_COMMANDS "http://jabber.org/protocol/commands"
288 #define NS_MUC "http://jabber.org/protocol/muc"
287 289
288 #define NS_XDBGINSERT "jabber:xdb:ginsert" 290 #define NS_XDBGINSERT "jabber:xdb:ginsert"
289 #define NS_XDBNSLIST "jabber:xdb:nslist" 291 #define NS_XDBNSLIST "jabber:xdb:nslist"
290 292
291 #define NS_XMPP_STANZAS "urn:ietf:params:xml:ns:xmpp-stanzas" 293 #define NS_XMPP_STANZAS "urn:ietf:params:xml:ns:xmpp-stanzas"