libpurple/protocols/jabber/namespaces.h

branch
next.minor
changeset 29665
ddf17c6b7fed
parent 29103
aefa3f414775
child 29731
e50d65336613
child 29864
76caf53857f5
equal deleted inserted replaced
29664:3df88daabac7 29665:ddf17c6b7fed
83 #define NS_ATTENTION "urn:xmpp:attention:0" 83 #define NS_ATTENTION "urn:xmpp:attention:0"
84 84
85 /* XEP-0231 BoB (Bits of Binary) */ 85 /* XEP-0231 BoB (Bits of Binary) */
86 #define NS_BOB "urn:xmpp:bob" 86 #define NS_BOB "urn:xmpp:bob"
87 87
88 /* XEP-0237 Roster Versioning */
89 #define NS_ROSTER_VERSIONING "urn:xmpp:features:rosterver"
90
88 /* Google extensions */ 91 /* Google extensions */
89 #define NS_GOOGLE_CAMERA "http://www.google.com/xmpp/protocol/camera/v1" 92 #define NS_GOOGLE_CAMERA "http://www.google.com/xmpp/protocol/camera/v1"
90 #define NS_GOOGLE_VIDEO "http://www.google.com/xmpp/protocol/video/v1" 93 #define NS_GOOGLE_VIDEO "http://www.google.com/xmpp/protocol/video/v1"
91 #define NS_GOOGLE_VOICE "http://www.google.com/xmpp/protocol/voice/v1" 94 #define NS_GOOGLE_VOICE "http://www.google.com/xmpp/protocol/voice/v1"
92 #define NS_GOOGLE_JINGLE_INFO "google:jingleinfo" 95 #define NS_GOOGLE_JINGLE_INFO "google:jingleinfo"
93 96
94 #define NS_GOOGLE_MAIL_NOTIFY "google:mail:notify" 97 #define NS_GOOGLE_MAIL_NOTIFY "google:mail:notify"
98 #define NS_GOOGLE_ROSTER "google:roster"
95 99
96 #define NS_GOOGLE_PROTOCOL_SESSION "http://www.google.com/xmpp/protocol/session" 100 #define NS_GOOGLE_PROTOCOL_SESSION "http://www.google.com/xmpp/protocol/session"
97 #define NS_GOOGLE_SESSION "http://www.google.com/session" 101 #define NS_GOOGLE_SESSION "http://www.google.com/session"
98 #define NS_GOOGLE_SESSION_PHONE "http://www.google.com/session/phone" 102 #define NS_GOOGLE_SESSION_PHONE "http://www.google.com/session/phone"
99 #define NS_GOOGLE_SESSION_VIDEO "http://www.google.com/session/video" 103 #define NS_GOOGLE_SESSION_VIDEO "http://www.google.com/session/video"

mercurial