comparison mcabber/libjabber/jabber.h @ 1134:995dde656033

Response to XMPP Ping (XEP-0199)
author misc@mandriva.org
date Sat, 03 Feb 2007 18:31:55 +0100
parents c89e7993c4d9
children c30c315dc447
comparison
equal deleted inserted replaced
1133:9dd28a56128f 1134:995dde656033
289 289
290 #define NS_XMPP_STANZAS "urn:ietf:params:xml:ns:xmpp-stanzas" 290 #define NS_XMPP_STANZAS "urn:ietf:params:xml:ns:xmpp-stanzas"
291 #define NS_XMPP_TLS "urn:ietf:params:xml:ns:xmpp-tls" 291 #define NS_XMPP_TLS "urn:ietf:params:xml:ns:xmpp-tls"
292 #define NS_XMPP_STREAMS "urn:ietf:params:xml:ns:xmpp-streams" 292 #define NS_XMPP_STREAMS "urn:ietf:params:xml:ns:xmpp-streams"
293 293
294 #define NS_PING "urn:xmpp:ping"
295
294 #define NS_JABBERD_STOREDPRESENCE "http://jabberd.org/ns/storedpresence" 296 #define NS_JABBERD_STOREDPRESENCE "http://jabberd.org/ns/storedpresence"
295 #define NS_JABBERD_HISTORY "http://jabberd.org/ns/history" 297 #define NS_JABBERD_HISTORY "http://jabberd.org/ns/history"
296 298
297 /* --------------------------------------------------------- */ 299 /* --------------------------------------------------------- */
298 /* */ 300 /* */