aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/jingle.h
diff options
context:
space:
mode:
authorphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-13 15:05:16 +0000
committerphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-13 15:05:16 +0000
commit15a7e9cc5f7970b82f28ae436ebefeff0ed8def7 (patch)
treef97c6158d933ed8c7d0a4784ed60f0039fdf6efd /include/asterisk/jingle.h
parentb7cdff797a276b38d61d6e8b0f2f87215acd1dd6 (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: http://svn.digium.com/svn/asterisk/trunk@82314 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/jingle.h')
-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"