comparison libpurple/protocols/jabber/namespaces.h @ 30677:810a6be1920f

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 07 Jul 2010 17:52:44 +0900
parents fa311a0e51c0
children
comparison
equal deleted inserted replaced
30646:76b2a2636c62 30677:810a6be1920f
59 59
60 /* XEP-0084 v1.1 User Avatar */ 60 /* XEP-0084 v1.1 User Avatar */
61 #define NS_AVATAR_1_1_DATA "urn:xmpp:avatar:data" 61 #define NS_AVATAR_1_1_DATA "urn:xmpp:avatar:data"
62 #define NS_AVATAR_1_1_METADATA "urn:xmpp:avatar:metadata" 62 #define NS_AVATAR_1_1_METADATA "urn:xmpp:avatar:metadata"
63 63
64 /* XEP-0096 SI File Transfer */
65 #define NS_SI_FILE_TRANSFER "http://jabber.org/protocol/si/profile/file-transfer"
66
64 /* XEP-0124 Bidirectional-streams Over Synchronous HTTP (BOSH) */ 67 /* XEP-0124 Bidirectional-streams Over Synchronous HTTP (BOSH) */
65 #define NS_BOSH "http://jabber.org/protocol/httpbind" 68 #define NS_BOSH "http://jabber.org/protocol/httpbind"
66 69
67 /* XEP-0191 Simple Communications Blocking */ 70 /* XEP-0191 Simple Communications Blocking */
68 #define NS_SIMPLE_BLOCKING "urn:xmpp:blocking" 71 #define NS_SIMPLE_BLOCKING "urn:xmpp:blocking"