mcabber/libjabber/jabber.h
changeset 1215 80c095886fb5
parent 1158 c30c315dc447
child 1282 d438b56990cd
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"