summaryrefslogtreecommitdiff
path: root/res/res_jabber.c
AgeCommit message (Expand)Author
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
2008-02-29Automatically create new buddy upon reception of a presence stanza ofPhilippe Sultan
2008-02-12Use an ast_flags structure in aji_client and aji_buddy rather than anPhilippe Sultan
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2008-01-08Iksemel is alive in a new home. Release 1.3 is out with bug fixes.Olle Johansson
2008-01-04Use SASL DIGEST-MD5 authentication over unsecured network connections only.Philippe Sultan
2008-01-02Set stream flags to zero upon initialization.Philippe Sultan
2007-11-27A few more "moremanager" fixesOlle Johansson
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...Tilghman Lesher
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-07Merged revisions 89088 via svnmerge from Steve Murphy
2007-11-06Allow gtalk and jingle to use TLS connections again.Jason Parker
2007-11-01Switch res_jabber to use openssl rather than gnutls.Jason Parker
2007-10-31Merged revisions 87908 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-15Allocate more space for the base64 output we need to generate.Philippe Sultan
2007-10-07Make the status and priority configurable.Philippe Sultan
2007-10-07Merged revisions 84902 via svnmerge from Philippe Sultan
2007-10-07Fix indentationPhilippe Sultan
2007-10-07Merged revisions 84890 via svnmerge from Philippe Sultan
2007-10-04Update to current coding standards, also changing the argument delimiter to '...Tilghman Lesher
2007-09-25Added a CLI command that shows our buddy list, as suggested by Daniel McKeeha...Philippe Sultan
2007-09-18(issue #10724)Jason Parker
2007-09-06Merged revisions 81650 via svnmerge from Philippe Sultan
2007-09-05Doxygen cleanups/fixes.Jason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-16Merged revisions 79665 via svnmerge from Philippe Sultan
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-03Correct an issue where the wrong type was being used to start sasl.Jason Parker
2007-06-28Fix building with -Wdeclaration-after-statementJason Parker
2007-06-26Simplify some code in res_jabber relating to SASL support.Jason Parker
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-07Doxygenify a lot of the functions in res_jabberRussell Bryant
2007-06-07Minor formatting change ... testing mantis stuff to see if we're doneRussell Bryant
2007-06-07Merged revisions 68030 via svnmerge from Olle Johansson
2007-06-07Merged revisions 68028 via svnmerge from Olle Johansson
2007-06-07Merged revisions 68027 via svnmerge from Olle Johansson