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:
Philippe Sultan
2007-09-19 12:23:56 +00:00
parent e10f082401
commit dc9dc75379
2 changed files with 36 additions and 20 deletions

View File

@@ -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"