Commit Graph

164 Commits (283f63c594d0c4327c51fdae0587a6a9f1cb15d3)

Author SHA1 Message Date
Philippe Sultan 6be95a8a8a Subscribe to buddy's presence only if we really need to. That is, if
17 years ago
Philippe Sultan c8688bd9b2 Code simplification
17 years ago
Philippe Sultan 6bb4c9cde0 Merged revisions 120675 via svnmerge from
17 years ago
Philippe Sultan 001c95b595 Do not link the guest account with any configured XMPP client (in
17 years ago
Philippe Sultan de98d48a0d - remove whitespaces between tags in received XML packets before giving
17 years ago
Philippe Sultan 60a9d14d56 Merged revisions 114198 via svnmerge from
17 years ago
Philippe Sultan 6ef8831aab Merged revisions 105326 via svnmerge from
17 years ago
Philippe Sultan 7293986e44 Remove unnecessary if statements before calling iks_delete (redundant check is
17 years ago
Philippe Sultan 265f5cd62c Automatically create new buddy upon reception of a presence stanza of
17 years ago
Philippe Sultan f98f90af49 Use an ast_flags structure in aji_client and aji_buddy rather than an
18 years ago
Russell Bryant 1ec8cb41a8 Merge changes from team/mvanbaak/cli-command-audit
18 years ago
Mark Michelson fe9821cc10 Get rid of any remaining ast_verbose calls in the code in favor of
18 years ago
Olle Johansson 67439d7f0d Iksemel is alive in a new home. Release 1.3 is out with bug fixes.
18 years ago
Philippe Sultan cc00602238 Use SASL DIGEST-MD5 authentication over unsecured network connections only.
18 years ago
Philippe Sultan c08a968cb4 Set stream flags to zero upon initialization.
18 years ago
Olle Johansson 5ac0f923b3 A few more "moremanager" fixes
18 years ago
Luigi Rizzo e0ff5fef5c remove a bunch of useless #include "options.h"
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Tilghman Lesher 0f6892419e One more typo in config.c; and missed conversions due to the constifying of ast_variable_new parameters
18 years ago
Kevin P. Fleming edc78d6023 improve linked-list macros in two ways:
18 years ago
Steve Murphy a87efea3c4 Merged revisions 89088 via svnmerge from
18 years ago
Jason Parker 2c582c7cfb Allow gtalk and jingle to use TLS connections again.
18 years ago
Jason Parker 5a58a4c475 Switch res_jabber to use openssl rather than gnutls.
18 years ago
Jason Parker b1d5789cc5 Merged revisions 87908 via svnmerge from
18 years ago
Jason Parker ebe4050128 Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense
18 years ago
Jason Parker b0f3e6097e Convert NEW_CLI to AST_CLI.
18 years ago
Philippe Sultan ad83510903 Allocate more space for the base64 output we need to generate.
18 years ago
Philippe Sultan 510430a6a2 Make the status and priority configurable.
18 years ago
Philippe Sultan fb54978cca Merged revisions 84902 via svnmerge from
18 years ago
Philippe Sultan c9ba43a904 Fix indentation
18 years ago
Philippe Sultan 4e75bec027 Merged revisions 84890 via svnmerge from
18 years ago
Tilghman Lesher 10dc88ba02 Update to current coding standards, also changing the argument delimiter to ',' (Closes issue #10876)
18 years ago
Philippe Sultan a5007c54d7 Added a CLI command that shows our buddy list, as suggested by Daniel McKeehan, thanks!
18 years ago
Jason Parker c7a9ec1691 (issue #10724)
18 years ago
Philippe Sultan cbbfbb65e8 Merged revisions 81650 via svnmerge from
18 years ago
Jason Parker d72ea80a00 Doxygen cleanups/fixes.
18 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
18 years ago
Philippe Sultan bade686730 Merged revisions 79665 via svnmerge from
18 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
18 years ago
Jason Parker 685c48b19c Correct an issue where the wrong type was being used to start sasl.
18 years ago
Jason Parker b1d53e8fc3 Fix building with -Wdeclaration-after-statement
18 years ago
Jason Parker e3cf86f4b3 Simplify some code in res_jabber relating to SASL support.
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Russell Bryant 1cd610ddbe Doxygenify a lot of the functions in res_jabber
18 years ago
Russell Bryant bc0702ba23 Minor formatting change ... testing mantis stuff to see if we're done
18 years ago
Olle Johansson 9af51baee7 Merged revisions 68030 via svnmerge from
18 years ago
Olle Johansson ddb10bf8c7 Merged revisions 68028 via svnmerge from
18 years ago
Olle Johansson 18a9f4d805 Merged revisions 68027 via svnmerge from
18 years ago
Olle Johansson bce7e353d6 Merged revisions 67993 via svnmerge from
18 years ago
Olle Johansson 6fc3a29660 Simplification of res_jabber code (done at Inria, Paris with Philippe)
18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
Tilghman Lesher 4538cec96a Merged revisions 67021 via svnmerge from
18 years ago
Olle Johansson 0b2db74e5a Issue #9842 - Doxygen updates by snuffy. Thanks!
18 years ago
Kevin P. Fleming c74518e3ff Merged revisions 66157 via svnmerge from
18 years ago
Olle Johansson 9b95428cce Issue #8409 and accidentally a fix to chan_sip that wasn't supposed to be there
18 years ago
Olle Johansson a39f95b94f Adding external referenses for doxygen
18 years ago
Jason Parker cddb061140 Merged revisions 63099 via svnmerge from
18 years ago
Olle Johansson 6ec9260e9f Fix JabberEvents
18 years ago
Olle Johansson ae6587ac8f Fix missing newline in JabberEvent
18 years ago
Russell Bryant 921e975d5f Merged revisions 59363 via svnmerge from
18 years ago
Joshua Colp 0fb8d82f18 Merged revisions 57770 via svnmerge from
18 years ago
Jason Parker ae47fc4541 Merged revisions 55555 via svnmerge from
19 years ago
Joshua Colp 264733381a I like it when trunk builds, so let's make res_jabber compile again!
19 years ago
Olle Johansson 36c46f0d81 Merged revisions 55483 via svnmerge from
19 years ago
Tilghman Lesher c1e37165c1 Merged revisions 53294 via svnmerge from
19 years ago
Kevin P. Fleming 87b9abc892 Merged revisions 49676 via svnmerge from
19 years ago
Russell Bryant af870057c1 Constify a bunch of usage strings for CLI commands.
19 years ago
Luigi Rizzo a0cc033b18 move variable declarations to the beginning of a block.
19 years ago
Tilghman Lesher 79f75ec09a Merged revisions 47053 via svnmerge from
19 years ago
Russell Bryant 6a58d83cc0 Merged revisions 45999 via svnmerge from
19 years ago
Joshua Colp 5e8e7e0d48 Merged revisions 45694 via svnmerge from
19 years ago
Russell Bryant b16b3cb39f Merged revisions 44911 via svnmerge from
19 years ago
Kevin P. Fleming 3c876af5cf Merged revisions 44378 via svnmerge from
19 years ago
Matt O'Gorman 7294ba3852 Merged revisions 44312 via svnmerge from
19 years ago
Matt O'Gorman ae8cc3e18b bug #8076 check option_debug before printing to debug channel.
19 years ago
Matt O'Gorman deb9cb88fb 44240 same as but without the removing of chan_jingle and such, as I hope to finish jingle support for 1.6
19 years ago
Matt O'Gorman 08368f00ab Merged revisions 43466 via svnmerge from
19 years ago
Matt O'Gorman 02868b1723 thats odd, but just in case it happens again i want to see it.
19 years ago
Matt O'Gorman f6f7e134be fixed timeout issue as well as some other minor issues
19 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
19 years ago
Russell Bryant cf5a226c4b remove leading space in Packet manager event header
19 years ago
Matt O'Gorman 05a695af72 everything that loads a config that needs a config file to run
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Matt O'Gorman 1ef09ebfed some code clean up and catch for a act_hook being called
19 years ago
Matt O'Gorman 33f0232f07 This patch allows for a user to send messages and
19 years ago
Matt O'Gorman 3f115f8c31 Many many code cleanup changes given to me by Oej
19 years ago
Russell Bryant a0f151db99 eliminate a pointer signedness warning
19 years ago
Matt O'Gorman 5c30f76ba3 solves issue with bug 7468. but with a patch that works
19 years ago
Tilghman Lesher b43f5638ef Missing parenthesis
19 years ago
Matt O'Gorman ccc7f662d8 dont copy an id or a message if they dont exist.
19 years ago
Russell Bryant 5288621ed4 handle ast_calloc failure and tweak some formatting to comply with coding
19 years ago
Matt O'Gorman 76fae31988 oops moved block without renaming a variable correctly.
19 years ago
Matt O'Gorman 124357f300 convert one of my linked lists to ast_linklist
19 years ago
Matt O'Gorman 1e530787f3 solves some bugs with memory allocation, and adds
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Matt O'Gorman 6c0155e6cb fixes some issues with description loggin on presence
19 years ago
Matt O'Gorman 835c77ccfa fix a potential segfault
19 years ago
Matt O'Gorman c04e4bd380 allow presence events to be handled before the
19 years ago
Matt O'Gorman c7dbc3c166 fixed autoregister bug.
19 years ago