From 93931fb5172de50ddc074ba119218a39ef46ae49 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 15 Jul 2010 15:28:34 +0000 Subject: add some namespace definitions --- source/QXmppConstants.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/QXmppConstants.cpp') diff --git a/source/QXmppConstants.cpp b/source/QXmppConstants.cpp index 595f84f1..d2285bef 100644 --- a/source/QXmppConstants.cpp +++ b/source/QXmppConstants.cpp @@ -35,6 +35,7 @@ const char* ns_stanza = "urn:ietf:params:xml:ns:xmpp-stanzas"; 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_capabilities = "http://jabber.org/protocol/caps"; 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"; @@ -57,6 +58,7 @@ const char *ns_version = "jabber:iq:version"; const char *ns_data = "jabber:x:data"; // XEP-0166: Jingle const char *ns_jingle = "urn:xmpp:jingle:1"; +const char *ns_jingle_raw_udp = "urn:xmpp:jingle:transports:raw-udp:1"; const char* ns_jingle_ice_udp = "urn:xmpp:jingle:transports:ice-udp:1"; const char *ns_jingle_rtp = "urn:xmpp:jingle:apps:rtp:1"; const char *ns_jingle_rtp_audio = "urn:xmpp:jingle:apps:rtp:audio"; -- cgit v1.2.3