aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/jingle.h
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-05 22:00:43 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-05 22:00:43 +0000
commit587801d2451732592cf746db42d8b194e4fcb141 (patch)
tree7c90597a97839853f242906c56060869034bb165 /include/asterisk/jingle.h
parentb457523ef34e5b223cbabd90ac61957088858ca1 (diff)
Fixes chan_gtalk to work with gmail client
This patch was written by Philippe Sultan (phsultan). Thanks for keeping this up to date! git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@290479 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/jingle.h')
-rw-r--r--include/asterisk/jingle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/jingle.h b/include/asterisk/jingle.h
index 7442d9aca..bbe86c8f2 100644
--- a/include/asterisk/jingle.h
+++ b/include/asterisk/jingle.h
@@ -44,6 +44,9 @@
#define JINGLE_DTMF_NS "urn:xmpp:tmp:jingle:dtmf"
#define GOOGLE_NS "http://www.google.com/session"
+#define GOOGLE_AUDIO_NS "http://www.google.com/session/phone"
+#define GOOGLE_VIDEO_NS "http://www.google.com/session/video"
+#define GOOGLE_TRANSPORT_NS "http://www.google.com/transport/p2p"
#define JINGLE_SID "sid"
#define GOOGLE_SID "id"