comparison mcabber/libjabber/jabber.h @ 1158:c30c315dc447

XEP-0146 support (Remote Controlling Clients)
author misc@mandriva.org
date Thu, 15 Feb 2007 21:49:39 +0100
parents 995dde656033
children 80c095886fb5
comparison
equal deleted inserted replaced
1157:5c857f0f0ab8 1158:c30c315dc447
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 #define NS_MUC "http://jabber.org/protocol/muc"
285 #define NS_CHATSTATES "http://jabber.org/protocol/chatstates" 285 #define NS_CHATSTATES "http://jabber.org/protocol/chatstates"
286 #define NS_COMMANDS "http://jabber.org/protocol/commands"
286 287
287 #define NS_XDBGINSERT "jabber:xdb:ginsert" 288 #define NS_XDBGINSERT "jabber:xdb:ginsert"
288 #define NS_XDBNSLIST "jabber:xdb:nslist" 289 #define NS_XDBNSLIST "jabber:xdb:nslist"
289 290
290 #define NS_XMPP_STANZAS "urn:ietf:params:xml:ns:xmpp-stanzas" 291 #define NS_XMPP_STANZAS "urn:ietf:params:xml:ns:xmpp-stanzas"