aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_jabber.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-26Simplify some code in res_jabber relating to SASL support.qwell1-70/+92
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-18/+9
2007-06-07Doxygenify a lot of the functions in res_jabberrussell1-51/+145
2007-06-07Minor formatting change ... testing mantis stuff to see if we're donerussell1-1/+1
2007-06-07Merged revisions 68030 via svnmerge from oej1-0/+5
2007-06-07Merged revisions 68028 via svnmerge from oej1-13/+7
2007-06-07Merged revisions 68027 via svnmerge from oej1-0/+28
2007-06-07Merged revisions 67993 via svnmerge from oej1-7/+17
2007-06-07Simplification of res_jabber code (done at Inria, Paris with Philippe)oej1-32/+6
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-31/+26
2007-06-04Merged revisions 67021 via svnmerge from tilghman1-0/+4
2007-05-31Issue #9842 - Doxygen updates by snuffy. Thanks!oej1-1/+1
2007-05-25Merged revisions 66157 via svnmerge from kpfleming1-0/+1
2007-05-24Issue #8409 and accidentally a fix to chan_sip that wasn't supposed to be thereoej1-2/+3
2007-05-07Adding external referenses for doxygenoej1-0/+2
2007-05-04Merged revisions 63099 via svnmerge from qwell1-2/+14
2007-04-09Fix JabberEventsoej1-1/+3
2007-04-09Fix missing newline in JabberEventoej1-1/+1
2007-03-29Merged revisions 59363 via svnmerge from russell1-1/+1
2007-03-05Merged revisions 57770 via svnmerge from file1-1/+2
2007-02-20Merged revisions 55555 via svnmerge from qwell1-2/+2
2007-02-20I like it when trunk builds, so let's make res_jabber compile again!file1-1/+1
2007-02-20Merged revisions 55483 via svnmerge from oej1-27/+28
2007-02-07Merged revisions 53294 via svnmerge from tilghman1-1/+1
2007-01-05Merged revisions 49676 via svnmerge from kpfleming1-8/+7
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-4/+4