QXmpp Version:0.3.91
QXmppConstants.h
00001 /*
00002  * Copyright (C) 2008-2011 The QXmpp developers
00003  *
00004  * Author:
00005  *  Manjeet Dahiya
00006  *
00007  * Source:
00008  *  http://code.google.com/p/qxmpp
00009  *
00010  * This file is a part of QXmpp library.
00011  *
00012  * This library is free software; you can redistribute it and/or
00013  * modify it under the terms of the GNU Lesser General Public
00014  * License as published by the Free Software Foundation; either
00015  * version 2.1 of the License, or (at your option) any later version.
00016  *
00017  * This library is distributed in the hope that it will be useful,
00018  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00019  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00020  * Lesser General Public License for more details.
00021  *
00022  */
00023 
00024 
00025 #ifndef QXMPPCONSTANTS_H
00026 #define QXMPPCONSTANTS_H
00027 
00028 extern const char* ns_stream;
00029 extern const char* ns_client;
00030 extern const char* ns_server;
00031 extern const char* ns_server_dialback;
00032 extern const char* ns_roster;
00033 extern const char* ns_tls;
00034 extern const char* ns_sasl;
00035 extern const char* ns_bind;
00036 extern const char* ns_session;
00037 extern const char* ns_stanza;
00038 extern const char* ns_vcard;
00039 extern const char* ns_vcard_update;
00040 extern const char* ns_auth;
00041 extern const char* ns_authFeature;
00042 extern const char* ns_capabilities;
00043 extern const char* ns_compress;
00044 extern const char* ns_compressFeature;
00045 extern const char* ns_disco_info;
00046 extern const char* ns_disco_items;
00047 extern const char* ns_ibb;
00048 extern const char* ns_rpc;
00049 extern const char* ns_ping;
00050 extern const char *ns_conference;
00051 extern const char *ns_delayed_delivery;
00052 extern const char *ns_legacy_delayed_delivery;
00053 extern const char *ns_muc;
00054 extern const char *ns_muc_admin;
00055 extern const char *ns_muc_owner;
00056 extern const char *ns_muc_user;
00057 extern const char *ns_chat_states;
00058 extern const char *ns_stream_initiation;
00059 extern const char *ns_stream_initiation_file_transfer;
00060 extern const char *ns_feature_negotiation;
00061 extern const char *ns_bytestreams;
00062 extern const char *ns_version;
00063 extern const char *ns_data;
00064 extern const char *ns_jingle;
00065 extern const char* ns_jingle_ice_udp;
00066 extern const char* ns_jingle_raw_udp;
00067 extern const char *ns_jingle_rtp;
00068 extern const char *ns_jingle_rtp_audio;
00069 extern const char *ns_jingle_rtp_video;
00070 extern const char *ns_entity_time;
00071 extern const char *ns_attention;
00072 
00073 #endif // QXMPPCONSTANTS_H
 All Classes Functions Enumerations Enumerator Properties