Frameworks/libpurple.framework/Versions/0.6.4/Headers/namespaces.h
changeset 2841 7d822254e708
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Frameworks/libpurple.framework/Versions/0.6.4/Headers/namespaces.h	Sat Nov 28 22:11:06 2009 -0500
     1.3 @@ -0,0 +1,101 @@
     1.4 +/*
     1.5 + * purple - Jabber Protocol Plugin
     1.6 + *
     1.7 + * Purple is the legal property of its developers, whose names are too numerous
     1.8 + * to list here.  Please refer to the COPYRIGHT file distributed with this
     1.9 + * source distribution.
    1.10 + *
    1.11 + * This program is free software; you can redistribute it and/or modify
    1.12 + * it under the terms of the GNU General Public License as published by
    1.13 + * the Free Software Foundation; either version 2 of the License, or
    1.14 + * (at your option) any later version.
    1.15 + *
    1.16 + * This program is distributed in the hope that it will be useful,
    1.17 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the
    1.19 + * GNU General Public License for more details.
    1.20 + *
    1.21 + * You should have received a copy of the GNU General Public License
    1.22 + * along with this program; if not, write to the Free Software
    1.23 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
    1.24 + *
    1.25 + */
    1.26 +
    1.27 +#ifndef PURPLE_JABBER_NAMESPACES_H_
    1.28 +#define PURPLE_JABBER_NAMESPACES_H_
    1.29 +
    1.30 +#define NS_XMPP_BIND "urn:ietf:params:xml:ns:xmpp-bind"
    1.31 +#define NS_XMPP_CLIENT "jabber:client"
    1.32 +#define NS_XMPP_SASL "urn:ietf:params:xml:ns:xmpp-sasl"
    1.33 +#define NS_XMPP_SESSION "urn:ietf:params:xml:ns:xmpp-session"
    1.34 +#define NS_XMPP_STANZAS "urn:ietf:params:xml:ns:xmpp-stanzas"
    1.35 +#define NS_XMPP_STREAMS "http://etherx.jabber.org/streams"
    1.36 +
    1.37 +/* XEP-0012 Last Activity (and XEP-0256 Last Activity in Presence) */
    1.38 +#define NS_LAST_ACTIVITY "jabber:iq:last"
    1.39 +
    1.40 +/* XEP-0030 Service Discovery */
    1.41 +#define NS_DISCO_INFO "http://jabber.org/protocol/disco#info"
    1.42 +#define NS_DISCO_ITEMS "http://jabber.org/protocol/disco#items"
    1.43 +
    1.44 +/* XEP-0047 IBB (In-band bytestreams) */
    1.45 +#define NS_IBB "http://jabber.org/protocol/ibb"
    1.46 +
    1.47 +/* XEP-0065 SOCKS5 Bytestreams */
    1.48 +#define NS_BYTESTREAMS "http://jabber.org/protocol/bytestreams"
    1.49 +
    1.50 +/* XEP-0066 Out of Band Data (OOB) */
    1.51 +#define NS_OOB_IQ_DATA "jabber:iq:oob"
    1.52 +#define NS_OOB_X_DATA  "jabber:x:oob"
    1.53 +
    1.54 +/* XEP-0071 XHTML-IM (rich-text messages) */
    1.55 +#define NS_XHTML_IM "http://jabber.org/protocol/xhtml-im"
    1.56 +#define NS_XHTML "http://www.w3.org/1999/xhtml"
    1.57 +
    1.58 +/* XEP-0084 v0.12 User Avatar */
    1.59 +#define NS_AVATAR_0_12_DATA     "http://www.xmpp.org/extensions/xep-0084.html#ns-data"
    1.60 +#define NS_AVATAR_0_12_METADATA "http://www.xmpp.org/extensions/xep-0084.html#ns-metadata"
    1.61 +
    1.62 +/* XEP-0084 v1.1 User Avatar */
    1.63 +#define NS_AVATAR_1_1_DATA      "urn:xmpp:avatar:data"
    1.64 +#define NS_AVATAR_1_1_METADATA  "urn:xmpp:avatar:metadata"
    1.65 +
    1.66 +/* XEP-0124 Bidirectional-streams Over Synchronous HTTP (BOSH) */
    1.67 +#define NS_BOSH "http://jabber.org/protocol/httpbind"
    1.68 +
    1.69 +/* XEP-0191 Simple Communications Blocking */
    1.70 +#define NS_SIMPLE_BLOCKING "urn:xmpp:blocking"
    1.71 +
    1.72 +/* XEP-0199 Ping */
    1.73 +#define NS_PING "urn:xmpp:ping"
    1.74 +
    1.75 +/* XEP-0202 Entity Time */
    1.76 +#define NS_ENTITY_TIME "urn:xmpp:time"
    1.77 +
    1.78 +/* XEP-0203 Delayed Delivery (and legacy delayed delivery) */
    1.79 +#define NS_DELAYED_DELIVERY "urn:xmpp:delay"
    1.80 +#define NS_DELAYED_DELIVERY_LEGACY "jabber:x:delay"
    1.81 +
    1.82 +/* XEP-0206 XMPP over BOSH */
    1.83 +#define NS_XMPP_BOSH "urn:xmpp:xbosh"
    1.84 +
    1.85 +/* XEP-0224 Attention */
    1.86 +#define NS_ATTENTION "urn:xmpp:attention:0"
    1.87 +
    1.88 +/* XEP-0231 BoB (Bits of Binary) */
    1.89 +#define NS_BOB "urn:xmpp:bob"
    1.90 +
    1.91 +/* Google extensions */
    1.92 +#define NS_GOOGLE_CAMERA "http://www.google.com/xmpp/protocol/camera/v1"
    1.93 +#define NS_GOOGLE_VIDEO "http://www.google.com/xmpp/protocol/video/v1"
    1.94 +#define NS_GOOGLE_VOICE "http://www.google.com/xmpp/protocol/voice/v1"
    1.95 +#define NS_GOOGLE_JINGLE_INFO "google:jingleinfo"
    1.96 +
    1.97 +#define NS_GOOGLE_MAIL_NOTIFY "google:mail:notify"
    1.98 +
    1.99 +#define NS_GOOGLE_PROTOCOL_SESSION "http://www.google.com/xmpp/protocol/session"
   1.100 +#define NS_GOOGLE_SESSION "http://www.google.com/session"
   1.101 +#define NS_GOOGLE_SESSION_PHONE "http://www.google.com/session/phone"
   1.102 +#define NS_GOOGLE_SESSION_VIDEO "http://www.google.com/session/video"
   1.103 +
   1.104 +#endif /* PURPLE_JABBER_NAMESPACES_H_ */