mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 290479 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r290479 | dvossel | 2010-10-05 17:00:43 -0500 (Tue, 05 Oct 2010) | 6 lines 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: https://origsvn.digium.com/svn/asterisk/trunk@290480 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
*/
|
||||
#define AJI_MAX_JIDLEN 3071
|
||||
#define AJI_MAX_RESJIDLEN 1023
|
||||
#define AJI_MAX_ATTRLEN 256
|
||||
|
||||
#define MUC_NS "http://jabber.org/protocol/muc"
|
||||
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user