summaryrefslogtreecommitdiff
path: root/channels/chan_gtalk.c
AgeCommit message (Expand)Author
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-09-25Add JABBER_RECEIVE as a dialplan function, implement SendText in Jingle channelsPhilippe Sultan
2009-08-12Always specify which RTP engine is desired for a new RTP instance.Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-05-22Don't crash if an RTP instance can't be created. This could occur when anSean Bright
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.Joshua Colp
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-03-31Merged revisions 185362 via svnmerge from David Brooks
2009-02-12Issue a warning message if our candidate's IP is the loopback address.Philippe Sultan
2009-02-12Merged revisions 175029 via svnmerge from Philippe Sultan
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-21Fix two memory leaks in chan_gtalk, thanks Eliel!Philippe Sultan
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-06-02Do not link the guest account with any configured XMPP client (inPhilippe Sultan
2008-05-23- remove whitespaces between tags in received XML packets before givingPhilippe Sultan
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-04-28Merged revisions 114708 via svnmerge from Tilghman Lesher
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-04-21(closes issue #6113)Jeff Peeler
2008-04-04Merged revisions 112820 via svnmerge from Philippe Sultan
2008-04-04Merged revisions 112766 via svnmerge from Philippe Sultan
2008-03-11Merged revisions 107714 via svnmerge from Jason Parker
2008-02-29Remove unnecessary if statements before calling iks_delete (redundant check isPhilippe Sultan
2008-01-09Merged revisions 97489 via svnmerge from Philippe Sultan
2007-11-27Manager events from the "moremanager" branchOlle Johansson
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-11-06Allow gtalk and jingle to use TLS connections again.Jason Parker
2007-11-01Remove traces of gnutls, since we no longer use/need it.Jason Parker
2007-10-31Merged revisions 87906 via svnmerge from Jason Parker
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-16Fix CLI help outputPhilippe Sultan
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-09-13Merged revisions 82309 via svnmerge from Philippe Sultan
2007-09-06Merged revisions 81743 via svnmerge from Philippe Sultan
2007-08-31Merged revisions 81410 via svnmerge from Philippe Sultan
2007-08-24Merged revisions 80661 via svnmerge from Philippe Sultan
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-13Merged revisions 79174 via svnmerge from Joshua Colp
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-06-27Merged revisions 72331 via svnmerge from Joshua Colp
2007-06-27Merged revisions 72125 via svnmerge from Jason Parker
2007-06-19Merged revisions 70084 via svnmerge from Russell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher