pidgin: e12f3c23: Add the XEP# for ping, now that I'm hook...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Fri Nov 27 12:10:47 EST 2009


-----------------------------------------------------------------
Revision: e12f3c23fc628eabb99cfe528b5b5b9f3609d5db
Ancestor: 04ad40a15b435d486d5221c00c7ed1e80d7ff8de
Author: darkrain42 at pidgin.im
Date: 2009-11-27T16:21:29
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/e12f3c23fc628eabb99cfe528b5b5b9f3609d5db

Modified files:
        libpurple/protocols/jabber/namespaces.h

ChangeLog: 

Add the XEP# for ping, now that I'm hooked up to the interwebs.

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/namespaces.h	8c58aeef3e334c435fd485ccfc89951056d7169e
+++ libpurple/protocols/jabber/namespaces.h	38a3f8ecf446cba1d1e8d0a5b53dff6719b9317d
@@ -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"


More information about the Commits mailing list