comparison libpurple/protocols/jabber/namespaces.h @ 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 9feec7d1d95c
children 9ae3e70a327b
comparison
equal deleted inserted replaced
29029:1a4b6f47258c 29030:8d8a1afc4268
35 35
36 /* XEP-0084 v1.1 User Avatar */ 36 /* XEP-0084 v1.1 User Avatar */
37 #define NS_AVATAR_1_1_DATA "urn:xmpp:avatar:data" 37 #define NS_AVATAR_1_1_DATA "urn:xmpp:avatar:data"
38 #define NS_AVATAR_1_1_METADATA "urn:xmpp:avatar:metadata" 38 #define NS_AVATAR_1_1_METADATA "urn:xmpp:avatar:metadata"
39 39
40 /* XEP-0199 Ping */
41 #define NS_PING "urn:xmpp:ping"
42
40 /* XEP-0224 Attention */ 43 /* XEP-0224 Attention */
41 #define NS_ATTENTION "urn:xmpp:attention:0" 44 #define NS_ATTENTION "urn:xmpp:attention:0"
42 45
43 /* XEP-0231 BoB (Bits of Binary) */ 46 /* XEP-0231 BoB (Bits of Binary) */
44 #define NS_BOB "urn:xmpp:bob" 47 #define NS_BOB "urn:xmpp:bob"
45
46 /* XEP-???? Ping */
47 #define NS_PING "urn:xmpp:ping"
48 48
49 /* Google extensions */ 49 /* Google extensions */
50 #define NS_GOOGLE_CAMERA "http://www.google.com/xmpp/protocol/camera/v1" 50 #define NS_GOOGLE_CAMERA "http://www.google.com/xmpp/protocol/camera/v1"
51 #define NS_GOOGLE_VIDEO "http://www.google.com/xmpp/protocol/video/v1" 51 #define NS_GOOGLE_VIDEO "http://www.google.com/xmpp/protocol/video/v1"
52 #define NS_GOOGLE_VOICE "http://www.google.com/xmpp/protocol/voice/v1" 52 #define NS_GOOGLE_VOICE "http://www.google.com/xmpp/protocol/voice/v1"