diff 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
line wrap: on
line diff
--- a/libpurple/protocols/jabber/namespaces.h	Sun Dec 06 00:36:59 2009 +0000
+++ b/libpurple/protocols/jabber/namespaces.h	Sun Dec 06 00:52:10 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"