mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Transmit proper invitation, thus conforming to XEP-0166 (Jingle general
specifications), XEP-0167 (Jingle Audio via RTP) and XEP-0176 (Jingle ICE Transport). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83055 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -38,6 +38,8 @@
|
||||
#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 GOOGLE_NS "http://www.google.com/session"
|
||||
@@ -45,7 +47,7 @@
|
||||
#define JINGLE_SID "sid"
|
||||
#define GOOGLE_SID "id"
|
||||
|
||||
#define JINGLE_INITIATE "initiate"
|
||||
#define JINGLE_INITIATE "session-initiate"
|
||||
|
||||
#define JINGLE_ACCEPT "accept"
|
||||
#define GOOGLE_ACCEPT "accept"
|
||||
|
Reference in New Issue
Block a user