summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe Sultan <philippe.sultan@gmail.com>2007-09-13 15:05:16 +0000
committerPhilippe Sultan <philippe.sultan@gmail.com>2007-09-13 15:05:16 +0000
commit92cc7aeff1a889ad6d7f11ec0422ed2c1934634b (patch)
treef97c6158d933ed8c7d0a4784ed60f0039fdf6efd /include
parent848e59aa1ecda3e27a61dec81beb2786447c86a3 (diff)
Changed Jingle and Jingle DTMF namespaces.
As both specifications are in the Experimental status, the namespaces specified therein shall be of the form "http://www.xmpp.org/extensions/xep-XXXX.html#ns". See the Namespace issuance section in XEP-0053 : http://www.xmpp.org/extensions/xep-0053.html#namespaces git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82314 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/jingle.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asterisk/jingle.h b/include/asterisk/jingle.h
index 222ca510b..fe3e0c94a 100644
--- a/include/asterisk/jingle.h
+++ b/include/asterisk/jingle.h
@@ -37,7 +37,9 @@
#define JINGLE_NODE "jingle"
#define GOOGLE_NODE "session"
-#define JINGLE_NS "http://jabber.org/protocol/jingle"
+#define JINGLE_NS "http://www.xmpp.org/extensions/xep-0166.html#ns"
+#define JINGLE_DTMF_NS "http://www.xmpp.org/extensions/xep-0181.html#ns"
+#define JINGLE_DTMF_NS_ERROR "http://www.xmpp.org/extensions/xep-0181.html#ns"
#define GOOGLE_NS "http://www.google.com/session"
#define JINGLE_SID "sid"