aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_jabber.c
AgeCommit message (Collapse)AuthorFilesLines
2007-01-05Merged revisions 49676 via svnmerge from kpfleming1-8/+7
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r49676 | kpfleming | 2007-01-05 16:16:33 -0600 (Fri, 05 Jan 2007) | 2 lines reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most cases ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49678 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48305 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-03move variable declarations to the beginning of a block.rizzo1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47128 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-02Merged revisions 47053 via svnmerge from tilghman1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r47053 | tilghman | 2006-11-02 17:49:13 -0600 (Thu, 02 Nov 2006) | 2 lines More changes making the CLI more consistent with "category verb arguments" (continuation of issue 8236) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47054 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-23Merged revisions 45999 via svnmerge from russell1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r45999 | russell | 2006-10-23 13:07:45 -0400 (Mon, 23 Oct 2006) | 2 lines don't crash when an incoming message has no "from" (issue #8205, jmls) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46000 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-19Merged revisions 45694 via svnmerge from file1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r45694 | file | 2006-10-19 13:24:40 -0400 (Thu, 19 Oct 2006) | 2 lines Let's remember to unregister JabberStatus too (issue #8184 reported by jmls) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@45695 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-12Merged revisions 44911 via svnmerge from russell1-12/+12
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r44911 | russell | 2006-10-12 06:24:36 -0400 (Thu, 12 Oct 2006) | 2 lines change some debug output to use LOG_DEBUG instead of verbose output ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44912 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r44378 | kpfleming | 2006-10-04 14:47:22 -0500 (Wed, 04 Oct 2006) | 4 lines update thread creation code a bit reduce standard thread stack size slightly to allow the pthreads library to allocate the stack+data and not overflow a power-of-2 allocation in the kernel and waste memory/address space add a new stack size for 'background' threads (those that don't handle PBX calls) when LOW_MEMORY is defined ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44379 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03Merged revisions 44312 via svnmerge from mogorman1-7/+19
https://svn.digium.com/svn/asterisk/branches/1.4 ........ r44312 | mogorman | 2006-10-03 17:35:43 -0500 (Tue, 03 Oct 2006) | 2 lines fix issue with dialing client without resource. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44313 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-2/+4
patch provided in bugnote, with minor changes. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44253 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-0344240 same as but without the removing of chan_jingle and such, as I hope to ↵mogorman1-54/+73
finish jingle support for 1.6 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44241 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21Merged revisions 43466 via svnmerge from mogorman1-41/+67
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43466 | mogorman | 2006-09-21 18:50:56 -0500 (Thu, 21 Sep 2006) | 2 lines updates for better compontent support ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43467 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20thats odd, but just in case it happens again i want to see it.mogorman1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43305 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19fixed timeout issue as well as some other minor issuesmogorman1-13/+31
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43303 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18merge qwell's CLI verbification workkpfleming1-8/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43212 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-03remove leading space in Packet manager event headerrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41849 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-31everything that loads a config that needs a config file to runmogorman1-15/+18
now reports AST_MODULE_LOAD_DECLINE when loading if config file is not there, also fixed an error in res_config_pgsql where it had a non static function when it should. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41633 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+8
- restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-08some code clean up and catch for a act_hook being calledmogorman1-4/+8
without a packet. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39351 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-07This patch allows for a user to send messages and mogorman1-1/+55
monitor a jabber connection over manager. patches from 7673 and 7666 with minor changes. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39248 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-07Many many code cleanup changes given to me by Oejmogorman1-211/+204
Thanks, sorry I didn't put this in forever ago. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39229 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07eliminate a pointer signedness warningrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37289 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05solves issue with bug 7468. but with a patch that worksmogorman1-33/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37087 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27Missing parenthesistilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36176 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27dont copy an id or a message if they dont exist.mogorman1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36175 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-18handle ast_calloc failure and tweak some formatting to comply with codingrussell1-5/+8
guidelines (issue #7341, casper) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34667 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09oops moved block without renaming a variable correctly.mogorman1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33299 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09convert one of my linked lists to ast_linklistmogorman1-46/+36
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33263 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07solves some bugs with memory allocation, and addsmogorman1-34/+81
a message stack. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32918 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint ↵kpfleming1-3/+4
again :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06fixes some issues with description loggin on presencemogorman1-2/+7
as well as some typos. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32675 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06fix a potential segfaultmogorman1-2/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32674 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06allow presence events to be handled before the mogorman1-17/+36
roster is received. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32654 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06fixed autoregister bug.mogorman1-15/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32634 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-04oopsmogorman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32046 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-04solves some issues with jabberstatus appmogorman1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32040 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01more minor fixes thanks Julian on pointing out mogorman1-3/+3
potential problems git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31469 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01solves bug where reload deleted things it shouldnt havemogorman1-2/+9
and adds check into jabberstatus so it cant segfault. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31298 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01adds statusmessage customization from Julian Lyndon-Smithmogorman1-9/+13
and fixes bug with pruneregister git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31275 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30Be gone unused res! (issue #7238 reported by casper)file1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30804 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24reset timeout on reconnect.mogorman1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30039 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23get rid of that transport sillynessmogorman1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29848 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23hmm still need a way to get rid of connectionsmogorman1-4/+2
later on. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29847 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23fixes bug where server goes away.mogorman1-20/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29825 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23finish cleaning up some more stuff before russellmogorman1-58/+49
gets a chance to. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29708 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23remove another excess "debug" messagerussell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29707 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23remove an unnecessary error message that is really an old debug messagerussell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29704 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22asterisk-xmpp merge inmogorman1-0/+2238
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29553 f38db490-d61c-443f-a65b-d21fe96a405b