# HG changeset patch # User Paul Aurich # Date 1259338889 0 # Node ID 8d8a1afc42681f0da9c465777b92ee990d48ee7a # Parent 1a4b6f47258ca7d1bf97ee05bc4c738b57431d3c Add the XEP# for ping, now that I'm hooked up to the interwebs. diff -r 1a4b6f47258c -r 8d8a1afc4268 libpurple/protocols/jabber/namespaces.h --- 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"