telepathygabble/inc/namespaces.h
changeset 10 59927b2d3b75
parent 0 d0f3a028347a
equal deleted inserted replaced
0:d0f3a028347a 10:59927b2d3b75
     1 /*
       
     2  * namespaces.h - XMPP namespace constants
       
     3  * Copyright (C) 2005 Collabora Ltd.
       
     4  * 
       
     5  *
       
     6  * This library is free software; you can redistribute it and/or
       
     7  * modify it under the terms of the GNU Lesser General Public
       
     8  * License as published by the Free Software Foundation; either
       
     9  * version 2.1 of the License, or (at your option) any later version.
       
    10  *
       
    11  * This library is distributed in the hope that it will be useful,
       
    12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    14  * Lesser General Public License for more details.
       
    15  *
       
    16  * You should have received a copy of the GNU Lesser General Public
       
    17  * License along with this library; if not, write to the Free Software
       
    18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
       
    19  */
       
    20 
       
    21 #ifndef __GABBLE_NAMESPACES__H__
       
    22 #define __GABBLE_NAMESPACES__H__
       
    23 
       
    24 #define NS_CAPS                 "http://jabber.org/protocol/caps"
       
    25 #define NS_DISCO_INFO           "http://jabber.org/protocol/disco#info"
       
    26 #define NS_DISCO_ITEMS          "http://jabber.org/protocol/disco#items"
       
    27 #define NS_GABBLE_CAPS          "http://telepathy.freedesktop.org/caps"
       
    28 #define NS_GOOGLE_CAPS          "http://www.google.com/xmpp/client/caps"
       
    29 #define NS_GOOGLE_FEAT_SESSION  "http://www.google.com/xmpp/protocol/session"
       
    30 #define NS_GOOGLE_FEAT_VOICE    "http://www.google.com/xmpp/protocol/voice/v1"
       
    31 #define NS_GOOGLE_JINGLE_INFO   "google:jingleinfo"
       
    32 #define NS_GOOGLE_ROSTER        "google:roster"
       
    33 #define NS_GOOGLE_SESSION       "http://www.google.com/session"
       
    34 #define NS_GOOGLE_SESSION_PHONE "http://www.google.com/session/phone"
       
    35 #define NS_GOOGLE_TRANSPORT_P2P "http://www.google.com/transport/p2p"
       
    36 #define NS_JINGLE               "http://jabber.org/protocol/jingle"
       
    37 #define NS_JINGLE_DESCRIPTION_AUDIO "http://jabber.org/protocol/jingle/description/audio"
       
    38 #define NS_JINGLE_DESCRIPTION_VIDEO "http://jabber.org/protocol/jingle/description/video"
       
    39 #define NS_JINGLE_ERRORS            "http://jabber.org/protocol/jingle#errors"
       
    40 #define NS_JINGLE_TRANSPORT_ICE     "http://jabber.org/protocol/jingle/transport/ice"
       
    41 #define NS_MUC                  "http://jabber.org/protocol/muc"
       
    42 #define NS_MUC_USER             "http://jabber.org/protocol/muc#user"
       
    43 #define NS_MUC_ADMIN            "http://jabber.org/protocol/muc#admin"
       
    44 #define NS_MUC_OWNER            "http://jabber.org/protocol/muc#owner"
       
    45 #define NS_NICK                 "http://jabber.org/protocol/nick"
       
    46 #define NS_PRESENCE_INVISIBLE   "presence-invisible"
       
    47 #define NS_PRIVACY              "jabber:iq:privacy"
       
    48 #define NS_REGISTER             "jabber:iq:register"
       
    49 #define NS_ROSTER               "jabber:iq:roster"
       
    50 #define NS_VCARD_TEMP           "vcard-temp"
       
    51 #define NS_X_DATA               "jabber:x:data"
       
    52 #define NS_X_DELAY              "jabber:x:delay"
       
    53 #define NS_X_CONFERENCE         "jabber:x:conference"
       
    54 #define NS_XMPP_STANZAS         "urn:ietf:params:xml:ns:xmpp-stanzas"
       
    55 #define NS_SEARCH               "jabber:iq:search"
       
    56 #define NS_VCARD_TEMP           "vcard-temp"
       
    57 #define NS_VCARD_TEMP_UPDATE    "vcard-temp:x:update"
       
    58 
       
    59 #endif /* __GABBLE_NAMESPACES__H__ */