comparison mcabber/src/xmpp_defines.h @ 1602:f4a2c6f767d1

Message Receipts support (XEP-0184)
author franky
date Wed, 24 Sep 2008 11:41:29 +0200
parents c5ee395fbc8c
children
comparison
equal deleted inserted replaced
1601:3efc92a48945 1602:f4a2c6f767d1
52 #define NS_XMPP_STREAMS "urn:ietf:params:xml:ns:xmpp-streams" 52 #define NS_XMPP_STREAMS "urn:ietf:params:xml:ns:xmpp-streams"
53 53
54 #define NS_XMPP_DELAY "urn:xmpp:delay" 54 #define NS_XMPP_DELAY "urn:xmpp:delay"
55 #define NS_XMPP_TIME "urn:xmpp:time" 55 #define NS_XMPP_TIME "urn:xmpp:time"
56 #define NS_PING "urn:xmpp:ping" 56 #define NS_PING "urn:xmpp:ping"
57 #define NS_RECEIPTS "urn:xmpp:receipts"
57 58
58 #define NS_JABBERD_STOREDPRESENCE "http://jabberd.org/ns/storedpresence" 59 #define NS_JABBERD_STOREDPRESENCE "http://jabberd.org/ns/storedpresence"
59 #define NS_JABBERD_HISTORY "http://jabberd.org/ns/history" 60 #define NS_JABBERD_HISTORY "http://jabberd.org/ns/history"
60 61
61 #define XMPP_ERROR_REDIRECT 302 62 #define XMPP_ERROR_REDIRECT 302