aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_jabber.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-27Merged revisions 209098 via svnmerge from dbrooks1-2/+2
2009-07-08Merged revisions 205120 via svnmerge from russell1-4/+0
2009-05-30Merged revisions 198375 via svnmerge from seanbright1-4/+14
2009-05-30Merged revisions 198371 via svnmerge from seanbright1-8/+8
2008-11-03port gcc 4.3.x warning fixes from trunk to this branchkpfleming1-6/+3
2008-09-09Merged revisions 142280 via svnmerge from phsultan1-6/+7
2008-08-06Merged revisions 136005 via svnmerge from oej1-39/+52
2008-06-27Merged revisions 125703 via svnmerge from phsultan1-14/+18
2008-06-24Merged revisions 124872 via svnmerge from phsultan1-20/+27
2008-06-24Merged revisions 124870 via svnmerge from phsultan1-29/+31
2008-06-05Merged revisions 120676 via svnmerge from phsultan1-1/+1
2008-06-02Merged revisions 119741 via svnmerge from phsultan1-4/+17
2008-05-23Merged revisions 118020 via svnmerge from phsultan1-3/+34
2008-04-17Merged revisions 114199 via svnmerge from phsultan1-1/+1
2008-02-29Merged revisions 105326 via svnmerge from phsultan1-0/+4
2008-02-29Remove unnecessary if statements before calling iks_delete (redundant check isphsultan1-120/+86
2008-02-29Automatically create new buddy upon reception of a presence stanza ofphsultan1-19/+13
2008-02-12Use an ast_flags structure in aji_client and aji_buddy rather than anphsultan1-13/+13
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-36/+63
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-2/+1
2008-01-08Iksemel is alive in a new home. Release 1.3 is out with bug fixes.oej1-1/+1
2008-01-04Use SASL DIGEST-MD5 authentication over unsecured network connections only.phsultan1-26/+16
2008-01-02Set stream flags to zero upon initialization.phsultan1-1/+6
2007-11-27A few more "moremanager" fixesoej1-2/+2
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-2/+0
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...tilghman1-1/+1
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-11-07Merged revisions 89088 via svnmerge from murf1-0/+1
2007-11-06Allow gtalk and jingle to use TLS connections again.qwell1-36/+35
2007-11-01Switch res_jabber to use openssl rather than gnutls.qwell1-84/+353
2007-10-31Merged revisions 87908 via svnmerge from qwell1-0/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-6/+6
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-6/+6
2007-10-15Allocate more space for the base64 output we need to generate.phsultan1-2/+2
2007-10-07Make the status and priority configurable.phsultan1-5/+48
2007-10-07Merged revisions 84902 via svnmerge from phsultan1-2/+6
2007-10-07Fix indentationphsultan1-31/+31
2007-10-07Merged revisions 84890 via svnmerge from phsultan1-9/+4
2007-10-04Update to current coding standards, also changing the argument delimiter to '...tilghman1-106/+159
2007-09-25Added a CLI command that shows our buddy list, as suggested by Daniel McKeeha...phsultan1-1/+49
2007-09-18(issue #10724)qwell1-89/+101
2007-09-06Merged revisions 81650 via svnmerge from phsultan1-1/+1
2007-09-05Doxygen cleanups/fixes.qwell1-1/+2
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-10/+17
2007-08-16Merged revisions 79665 via svnmerge from phsultan1-0/+27
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-23/+17
2007-07-03Correct an issue where the wrong type was being used to start sasl.qwell1-1/+1
2007-06-28Fix building with -Wdeclaration-after-statementqwell1-3/+6