diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-11 07:51:06 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-11 07:51:06 +0000 |
| commit | e386059f004474d4ffa32a9573a3f36dbec4439b (patch) | |
| tree | 1d734bbbf62ac4182e20a036fa43eaf0b7b7cebb /source/QXmppConstants.cpp | |
| parent | c8ce37573791629d5d475e00d81c371d44d4311d (diff) | |
| download | qxmpp-e386059f004474d4ffa32a9573a3f36dbec4439b.tar.gz | |
add support for XEP-0030 : Service Discovery
Diffstat (limited to 'source/QXmppConstants.cpp')
| -rw-r--r-- | source/QXmppConstants.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/QXmppConstants.cpp b/source/QXmppConstants.cpp index 8b29b61e..ffcf0122 100644 --- a/source/QXmppConstants.cpp +++ b/source/QXmppConstants.cpp @@ -36,6 +36,7 @@ const char* ns_vcard = "vcard-temp"; const char* ns_auth = "jabber:iq:auth"; const char* ns_authFeature = "http://jabber.org/features/iq-auth"; const char* ns_disco_info = "http://jabber.org/protocol/disco#info"; +const char* ns_disco_items = "http://jabber.org/protocol/disco#items"; const char* ns_ibb = "http://jabber.org/protocol/ibb"; const char* ns_rpc = "jabber:iq:rpc"; const char *ns_ping = "urn:xmpp:ping"; |
