changeset 29030:8d8a1afc4268

Add the XEP# for ping, now that I'm hooked up to the interwebs.
author Paul Aurich <paul@darkrain42.org>
date Fri, 27 Nov 2009 16:21:29 +0000
parents 1a4b6f47258c
children 9ae3e70a327b
files libpurple/protocols/jabber/namespaces.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/namespaces.h	Fri Nov 27 07:13:38 2009 +0000
+++ b/libpurple/protocols/jabber/namespaces.h	Fri Nov 27 16:21:29 2009 +0000
@@ -37,15 +37,15 @@
 #define NS_AVATAR_1_1_DATA      "urn:xmpp:avatar:data"
 #define NS_AVATAR_1_1_METADATA  "urn:xmpp:avatar:metadata"
 
+/* XEP-0199 Ping */
+#define NS_PING "urn:xmpp:ping"
+
 /* XEP-0224 Attention */
 #define NS_ATTENTION "urn:xmpp:attention:0"
 
 /* XEP-0231 BoB (Bits of Binary) */
 #define NS_BOB "urn:xmpp:bob"
 
-/* XEP-???? Ping */
-#define NS_PING "urn:xmpp:ping"
-
 /* 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"