summaryrefslogtreecommitdiff
path: root/res/res_jabber.c
AgeCommit message (Expand)Author
2013-03-27Convert MWI state message type to the new stasis naming conventionKinsey Moore
2013-03-16Make sure things compile...Kinsey Moore
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-01-16Let documentation reference links specify which module they're linking toMatthew Jordan
2013-01-16Multiple revisions 379209-379210Matthew Jordan
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2013-01-02Resolve crashes due to large stack allocations when using TCPMatthew Jordan
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-04Check for presence of buddy in info/dinfo handlersMatthew Jordan
2012-09-28res_jabber: Remove CLI command 'jabber test'Jonathan Rose
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-09-10Deprecate chan_gtalk, chan_jingle, and res_jabberKinsey Moore
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-07Add a new unified Jingle, Google Jingle, and Google Talk channel driver writt...Joshua Colp
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-11-23Fix res_jabber resource leaksKinsey Moore
2011-10-27Cleanup reference leaks in res_jabberJonathan Rose
2011-10-04Merged revisions 339298 via svnmerge from Jonathan Rose
2011-08-29Merged revisions 333570 via svnmerge from Jonathan Rose
2011-08-26Merged revisions 333410 via svnmerge from Jonathan Rose
2011-08-25Merged revisions 333266 via svnmerge from Jonathan Rose
2011-08-02Merged revisions 330649 via svnmerge from Kevin P. Fleming
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-05Merged revisions 326411 via svnmerge from Tilghman Lesher
2011-06-07Actually check the "sendtodialplan" option setting for xmpp.Russell Bryant
2011-06-01Support routing text messages outside of a call.Russell Bryant
2011-05-05Merged revisions 317474 via svnmerge from Russell Bryant
2011-03-18Merged revisions 311352 via svnmerge from Jonathan Rose
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2010-11-26Merged revisions 296354 via svnmerge from Brad Watkins
2010-11-18Merged revisions 295441 via svnmerge from Paul Belanger
2010-10-15Merged revisions 291905 via svnmerge from Terry Wilson
2010-10-05Merged revisions 290479 via svnmerge from David Vossel
2010-10-05Merged revisions 290408 via svnmerge from Tilghman Lesher
2010-10-01Merged revisions 289718 via svnmerge from Paul Belanger
2010-09-02Merged revisions 284597 via svnmerge from Tilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-16And yet one moreTilghman Lesher
2010-07-16"Item may be used uninitialized in this function."Tilghman Lesher
2010-06-15Argh, mixed declarations and code.Tilghman Lesher
2010-06-15Add distributed devicestate via the XMPP protocol.Tilghman Lesher
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-03-18Prevent a crash when a buddy gets offline.Philippe Sultan
2010-03-02Fix several XML documentation validate errors.Leif Madsen
2010-02-18Add a new manager event for our buddies status.Philippe Sultan
2009-12-16Add auth_policy option to jabber.conf for auto user registration.Jeff Peeler