QXmpp
Version:0.4.91
Main Page
Modules
Classes
Files
File List
All
Classes
Functions
Enumerations
Enumerator
Properties
Groups
src
base
QXmppConstants.h
1
/*
2
* Copyright (C) 2008-2011 The QXmpp developers
3
*
4
* Author:
5
* Manjeet Dahiya
6
*
7
* Source:
8
* http://code.google.com/p/qxmpp
9
*
10
* This file is a part of QXmpp library.
11
*
12
* This library is free software; you can redistribute it and/or
13
* modify it under the terms of the GNU Lesser General Public
14
* License as published by the Free Software Foundation; either
15
* version 2.1 of the License, or (at your option) any later version.
16
*
17
* This library is distributed in the hope that it will be useful,
18
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
* Lesser General Public License for more details.
21
*
22
*/
23
24
25
#ifndef QXMPPCONSTANTS_H
26
#define QXMPPCONSTANTS_H
27
28
extern
const
char
* ns_stream;
29
extern
const
char
* ns_client;
30
extern
const
char
* ns_server;
31
extern
const
char
* ns_server_dialback;
32
extern
const
char
* ns_roster;
33
extern
const
char
* ns_tls;
34
extern
const
char
* ns_sasl;
35
extern
const
char
* ns_bind;
36
extern
const
char
* ns_session;
37
extern
const
char
* ns_stanza;
38
extern
const
char
* ns_vcard;
39
extern
const
char
* ns_vcard_update;
40
extern
const
char
* ns_auth;
41
extern
const
char
* ns_authFeature;
42
extern
const
char
* ns_capabilities;
43
extern
const
char
* ns_compress;
44
extern
const
char
* ns_compressFeature;
45
extern
const
char
* ns_disco_info;
46
extern
const
char
* ns_disco_items;
47
extern
const
char
* ns_ibb;
48
extern
const
char
* ns_rpc;
49
extern
const
char
* ns_ping;
50
extern
const
char
*ns_conference;
51
extern
const
char
*ns_message_receipts;
52
extern
const
char
*ns_delayed_delivery;
53
extern
const
char
*ns_legacy_delayed_delivery;
54
extern
const
char
*ns_muc;
55
extern
const
char
*ns_muc_admin;
56
extern
const
char
*ns_muc_owner;
57
extern
const
char
*ns_muc_user;
58
extern
const
char
*ns_chat_states;
59
extern
const
char
*ns_stream_initiation;
60
extern
const
char
*ns_stream_initiation_file_transfer;
61
extern
const
char
*ns_feature_negotiation;
62
extern
const
char
*ns_bytestreams;
63
extern
const
char
*ns_version;
64
extern
const
char
*ns_data;
65
extern
const
char
*ns_jingle;
66
extern
const
char
* ns_jingle_ice_udp;
67
extern
const
char
* ns_jingle_raw_udp;
68
extern
const
char
*ns_jingle_rtp;
69
extern
const
char
*ns_jingle_rtp_audio;
70
extern
const
char
*ns_jingle_rtp_video;
71
extern
const
char
*ns_entity_time;
72
extern
const
char
*ns_attention;
73
74
#endif // QXMPPCONSTANTS_H
Generated by
1.8.1