mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 17:53:15 +00:00
Changed to temporary namespaces to match with latest XEPs. As soon as
Jingle is completely standardized, we can set those namespaces to their final values. Added two attributes to the jingle_pvt struct to store the content name attributes. Reported by Robert McQueen on Telepathy's framework mailing list : http://lists.freedesktop.org/archives/telepathy/2008-May/001971.html Keeping working on our Jingle stack! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@118644 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -37,11 +37,12 @@
|
||||
#define JINGLE_NODE "jingle"
|
||||
#define GOOGLE_NODE "session"
|
||||
|
||||
#define JINGLE_NS "http://www.xmpp.org/extensions/xep-0166.html#ns"
|
||||
#define JINGLE_AUDIO_RTP_NS "http://www.xmpp.org/extensions/xep-0167.html#ns"
|
||||
#define JINGLE_ICE_UDP_NS "http://www.xmpp.org/extensions/xep-0176.html#ns-udp"
|
||||
#define JINGLE_DTMF_NS "http://www.xmpp.org/extensions/xep-0181.html#ns"
|
||||
#define JINGLE_DTMF_NS_ERRORS "http://www.xmpp.org/extensions/xep-0181.html#ns-errors"
|
||||
#define JINGLE_NS "urn:xmpp:tmp:jingle"
|
||||
#define JINGLE_AUDIO_RTP_NS "urn:xmpp:tmp:jingle:apps:audio-rtp"
|
||||
#define JINGLE_VIDEO_RTP_NS "urn:xmpp:tmp:jingle:apps:video"
|
||||
#define JINGLE_ICE_UDP_NS "urn:xmpp:tmp:jingle:transports:ice-udp"
|
||||
#define JINGLE_DTMF_NS "urn:xmpp:tmp:jingle:dtmf"
|
||||
|
||||
#define GOOGLE_NS "http://www.google.com/session"
|
||||
|
||||
#define JINGLE_SID "sid"
|
||||
|
Reference in New Issue
Block a user