libpurple/protocols/jabber/namespaces.h

branch
next.minor
changeset 29665
ddf17c6b7fed
parent 29103
aefa3f414775
child 29731
e50d65336613
child 29864
76caf53857f5
--- a/libpurple/protocols/jabber/namespaces.h	Mon Nov 30 06:24:32 2009 +0000
+++ b/libpurple/protocols/jabber/namespaces.h	Wed Dec 09 03:52:00 2009 +0000
@@ -85,6 +85,9 @@
 /* XEP-0231 BoB (Bits of Binary) */
 #define NS_BOB "urn:xmpp:bob"
 
+/* XEP-0237 Roster Versioning */
+#define NS_ROSTER_VERSIONING "urn:xmpp:features:rosterver"
+
 /* Google extensions */
 #define NS_GOOGLE_CAMERA "http://www.google.com/xmpp/protocol/camera/v1"
 #define NS_GOOGLE_VIDEO "http://www.google.com/xmpp/protocol/video/v1"
@@ -92,6 +95,7 @@
 #define NS_GOOGLE_JINGLE_INFO "google:jingleinfo"
 
 #define NS_GOOGLE_MAIL_NOTIFY "google:mail:notify"
+#define NS_GOOGLE_ROSTER "google:roster"
 
 #define NS_GOOGLE_PROTOCOL_SESSION "http://www.google.com/xmpp/protocol/session"
 #define NS_GOOGLE_SESSION "http://www.google.com/session"

mercurial