comparison libpurple/protocols/jabber/namespaces.h @ 29142:0f7025534fc5

jabber: Roster Versioning support.
author Paul Aurich <paul@darkrain42.org>
date Sun, 06 Dec 2009 00:52:10 +0000
parents 8d79af63f18b
children 9ab75ab032b4 172a37a43a30
comparison
equal deleted inserted replaced
29141:f267c1608102 29142:0f7025534fc5
83 #define NS_ATTENTION "urn:xmpp:attention:0" 83 #define NS_ATTENTION "urn:xmpp:attention:0"
84 84
85 /* XEP-0231 BoB (Bits of Binary) */ 85 /* XEP-0231 BoB (Bits of Binary) */
86 #define NS_BOB "urn:xmpp:bob" 86 #define NS_BOB "urn:xmpp:bob"
87 87
88 /* XEP-0237 Roster Versioning */
89 #define NS_ROSTER_VERSIONING "urn:xmpp:features:rosterver"
90
88 /* Google extensions */ 91 /* Google extensions */
89 #define NS_GOOGLE_CAMERA "http://www.google.com/xmpp/protocol/camera/v1" 92 #define NS_GOOGLE_CAMERA "http://www.google.com/xmpp/protocol/camera/v1"
90 #define NS_GOOGLE_VIDEO "http://www.google.com/xmpp/protocol/video/v1" 93 #define NS_GOOGLE_VIDEO "http://www.google.com/xmpp/protocol/video/v1"
91 #define NS_GOOGLE_VOICE "http://www.google.com/xmpp/protocol/voice/v1" 94 #define NS_GOOGLE_VOICE "http://www.google.com/xmpp/protocol/voice/v1"
92 #define NS_GOOGLE_JINGLE_INFO "google:jingleinfo" 95 #define NS_GOOGLE_JINGLE_INFO "google:jingleinfo"