mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-05 13:55:30 +00:00
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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user