aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_jabber.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-05Ignore appended resource when comparing JIDs.phsultan1-1/+1
2008-06-02Do not link the guest account with any configured XMPP client (inphsultan1-5/+18
2008-04-17Use keepalives effectively in order diagnose bug #12432.phsultan1-1/+1
2008-02-29Fix a potential memory leakphsultan1-0/+4
2008-02-29Automatically create new buddy upon reception of a presence stanza ofphsultan1-19/+12
2008-01-07Indentation fix, makes the code easier to readphsultan1-71/+69
2008-01-07Compute the base64 value over the [authzid]\0authcid\0password string,phsultan1-1/+6
2007-11-07In response to 10578, I just ran 1.4 thru valgrind; some of the config leakag...murf1-0/+1
2007-10-31Make sure we free some allocated memory before returning.qwell1-0/+1
2007-10-07Presence packets from a client who's connected with our Jabber ID arephsultan1-2/+6
2007-10-07Prevent Asterisk from crashing when receiving a presence packetphsultan1-9/+4
2007-09-06According to both RFC 3920 - section 9.1.2 - and Google's XMPP serverphsultan1-1/+1
2007-08-16A fix for two critical problems detected while working with Danielphsultan1-0/+27
2007-06-29Fix 1.4 breakagetilghman1-2/+2
2007-06-07Adding a few Todo's to res_jabber so we don't forget.oej1-0/+5
2007-06-07Ok, we found out that this is not about if you have any *active* clients usin...oej1-13/+7
2007-06-07If you have a jabber client that uses TLS, refuse unload. Bad fix, but will p...oej1-0/+28
2007-06-07Issue #9738 - Make sure we can unload res_jabber. Patch by phsultan - thanks!oej1-7/+17
2007-06-04Issue 9739 - Malformed jid causes a crashtilghman1-0/+4
2007-05-25handle the GNUTLS library properly in the configure script and build systemkpfleming1-0/+1
2007-05-24Issue 8409 - phsultan - Fix "login" as component to jabber server.oej1-2/+3
2007-05-04Fix a crash when checking version attribute in an incoming XML caps element.qwell1-2/+14
2007-04-09Add final new line after JabberEventoej1-1/+1
2007-03-29When building a response to a subscription, the "from" must be the full Jabberrussell1-1/+1
2007-03-05Don't reference a potentially NULL pointer. (issue #9199 reported by klolik)file1-1/+2
2007-02-20No need to cast nor free with strdupa (thanks file)qwell1-2/+2
2007-02-19- Not sending arguments to an application is not "out of memory"oej1-27/+25
2007-02-07Text fix for jabber reload command (reported by bkruse via IRC)tilghman1-1/+1
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming1-8/+7
2006-11-02More changes making the CLI more consistent with "category verb arguments" (c...tilghman1-2/+2
2006-10-23don't crash when an incoming message has no "from" (issue #8205, jmls)russell1-1/+2
2006-10-19Let's remember to unregister JabberStatus too (issue #8184 reported by jmls)file1-0/+1
2006-10-12change some debug output to use LOG_DEBUG instead of verbose outputrussell1-12/+12
2006-10-04update thread creation code a bitkpfleming1-1/+1
2006-10-03fix issue with dialing client without resource.mogorman1-7/+19
2006-10-03updated res_jabber for even better component support, soon will be jep-0100 c...mogorman1-54/+73
2006-09-21updates for better compontent supportmogorman1-41/+67
2006-09-20thats odd, but just in case it happens again i want to see it.mogorman1-0/+2
2006-09-19fixed timeout issue as well as some other minor issuesmogorman1-13/+31
2006-09-18merge qwell's CLI verbification workkpfleming1-8/+22
2006-09-03remove leading space in Packet manager event headerrussell1-1/+1
2006-08-31everything that loads a config that needs a config file to runmogorman1-15/+18
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+8
2006-08-08some code clean up and catch for a act_hook being calledmogorman1-4/+8
2006-08-07This patch allows for a user to send messages and mogorman1-1/+55
2006-08-07Many many code cleanup changes given to me by Oejmogorman1-211/+204
2006-07-07eliminate a pointer signedness warningrussell1-1/+1
2006-07-05solves issue with bug 7468. but with a patch that worksmogorman1-33/+20
2006-06-27Missing parenthesistilghman1-1/+1
2006-06-27dont copy an id or a message if they dont exist.mogorman1-4/+6