QXmpp
Version:0.9.3
|
00001 /* 00002 * Copyright (C) 2008-2014 The QXmpp developers 00003 * 00004 * Author: 00005 * Manjeet Dahiya 00006 * 00007 * Source: 00008 * https://github.com/qxmpp-project/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_roster; 00032 extern const char* ns_tls; 00033 extern const char* ns_sasl; 00034 extern const char* ns_bind; 00035 extern const char* ns_session; 00036 extern const char* ns_stanza; 00037 // XEP-0009: Jabber-RPC 00038 extern const char* ns_rpc; 00039 // XEP-0020: Feature Negotiation 00040 extern const char* ns_feature_negotiation; 00041 // XEP-0030: Service Discovery 00042 extern const char* ns_disco_info; 00043 extern const char* ns_disco_items; 00044 // XEP-0033: Extended Stanza Addressing 00045 extern const char* ns_extended_addressing; 00046 // XEP-0045: Multi-User Chat 00047 extern const char* ns_muc; 00048 extern const char* ns_muc_admin; 00049 extern const char* ns_muc_owner; 00050 extern const char* ns_muc_user; 00051 // XEP-0047: In-Band Bytestreams 00052 extern const char* ns_ibb; 00053 // XEP-0049: Private XML Storage 00054 extern const char* ns_private; 00055 // XEP-0054: vcard-temp 00056 extern const char* ns_vcard; 00057 // XEP-0059: Result Set Management 00058 extern const char* ns_rsm; 00059 // XEP-0065: SOCKS5 Bytestreams 00060 extern const char* ns_bytestreams; 00061 // XEP-0071: XHTML-IM 00062 extern const char *ns_xhtml_im; 00063 // XEP-0077: In-Band Registration 00064 extern const char* ns_register; 00065 // XEP-0078: Non-SASL Authentication 00066 extern const char* ns_auth; 00067 extern const char* ns_authFeature; 00068 // XEP-0085: Chat State Notifications 00069 extern const char* ns_chat_states; 00070 // XEP-0091: Legacy Delayed Delivery 00071 extern const char* ns_legacy_delayed_delivery; 00072 // XEP-0092: Software Version 00073 extern const char* ns_version; 00074 extern const char* ns_data; 00075 // XEP-0095: Stream Initiation 00076 extern const char* ns_stream_initiation; 00077 extern const char* ns_stream_initiation_file_transfer; 00078 // XEP-0108: User Activity 00079 extern const char* ns_activity; 00080 // XEP-0115: Entity Capabilities 00081 extern const char* ns_capabilities; 00082 // XEP-0136: Message Archiving 00083 extern const char* ns_archive; 00084 // XEP-0138: Stream Compression 00085 extern const char* ns_compress; 00086 extern const char* ns_compressFeature; 00087 // XEP-0145: Annotations 00088 extern const char* ns_rosternotes; 00089 // XEP-0153: vCard-Based Avatars 00090 extern const char* ns_vcard_update; 00091 // XEP-0158: CAPTCHA Forms 00092 extern const char* ns_captcha; 00093 // XEP-0166: Jingle 00094 extern const char* ns_jingle; 00095 extern const char* ns_jingle_ice_udp; 00096 extern const char* ns_jingle_raw_udp; 00097 extern const char* ns_jingle_rtp; 00098 extern const char* ns_jingle_rtp_audio; 00099 extern const char* ns_jingle_rtp_video; 00100 // XEP-0184: Message Receipts 00101 extern const char* ns_message_receipts; 00102 // XEP-0199: XMPP Ping 00103 extern const char* ns_ping; 00104 // XEP-0202: Entity Time 00105 extern const char* ns_entity_time; 00106 // XEP-0203: Delayed Delivery 00107 extern const char* ns_delayed_delivery; 00108 // XEP-0220: Server Dialback 00109 extern const char* ns_server_dialback; 00110 // XEP-0221: Data Forms Media Element 00111 extern const char* ns_media_element; 00112 // XEP-0224: Attention 00113 extern const char* ns_attention; 00114 // XEP-0231: Bits of Binary 00115 extern const char* ns_bob; 00116 // XEP-0249: Direct MUC Invitations 00117 extern const char* ns_conference; 00118 // XEP-0333: Char Markers 00119 extern const char* ns_chat_markers; 00120 00121 #endif // QXMPPCONSTANTS_H