aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/jingle.h
diff options
context:
space:
mode:
authorphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-19 12:23:56 +0000
committerphsultan <phsultan@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-19 12:23:56 +0000
commit34304d389f6ef5a5184ca6b52285b169180aa1e7 (patch)
treead32eccac3f20bc0e29c56401fe59c8748642523 /include/asterisk/jingle.h
parent37689832f319029fd637927073c5b4999c2bce99 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@83055 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 1b54de944..457045c98 100644
--- a/include/asterisk/jingle.h
+++ b/include/asterisk/jingle.h
@@ -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"