summaryrefslogtreecommitdiff
path: root/res/res_jabber.c
AgeCommit message (Expand)Author
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
2009-12-07Add applications JabberJoin, JabberLeave, JabberSendGroup for XMPP groupchatJeff Peeler
2009-09-25Add JABBER_RECEIVE as a dialplan function, implement SendText in Jingle channelsPhilippe Sultan
2009-09-16Remove some unused defines from res_jabber.Sean Bright
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...David Brooks
2009-07-08Move OpenSSL initialization to a single place, make library usage thread-safe.Russell Bryant
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-06-01Move JabberSend manager action from static docs to the AstXML form.Eliel C. Sardanons
2009-05-30Properly terminate the receive buffer before sending to iksemel.Sean Bright
2009-05-30Merged revisions 198370 via svnmerge from Sean Bright
2009-05-22Fix build under dev mode and remove some casts that are no longer necessary asSean Bright
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-02-13fix a few more XML documentation problemsRussell Bryant
2009-02-04Add XML documentation for the applications and functions in res_jabberTilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-27Removed duplicate codePhilippe Sultan
2008-11-12This commit does two things:Michiel van Baak
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-09-09Disable autoprune by default.Philippe Sultan
2008-08-19Mention JID rather than SreenName in help messagesPhilippe Sultan
2008-08-06- FormattingOlle Johansson
2008-06-27Fix a compile time error that occurs if OpenSSL is not installed. Reported by...Philippe Sultan
2008-06-24Subscribe to buddy's presence only if we really need to. That is, ifPhilippe Sultan
2008-06-24Code simplificationPhilippe Sultan
2008-06-05Merged revisions 120675 via svnmerge from Philippe Sultan
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-04-17Merged revisions 114198 via svnmerge from Philippe Sultan
2008-02-29Merged revisions 105326 via svnmerge from Philippe Sultan
2008-02-29Remove unnecessary if statements before calling iks_delete (redundant check isPhilippe Sultan