Commit Graph

73 Commits (1.4.21.2)

Author SHA1 Message Date
Philippe Sultan d9ad9cc1e4 Ignore appended resource when comparing JIDs.
18 years ago
Philippe Sultan 59410a3f01 Do not link the guest account with any configured XMPP client (in
18 years ago
Philippe Sultan 2ebfcb323b Use keepalives effectively in order diagnose bug #12432.
18 years ago
Philippe Sultan 899ce48345 Fix a potential memory leak
18 years ago
Philippe Sultan 5d1234fb4f Automatically create new buddy upon reception of a presence stanza of
18 years ago
Philippe Sultan ee7978e96e Indentation fix, makes the code easier to read
18 years ago
Philippe Sultan e531dcb1af Compute the base64 value over the [authzid]\0authcid\0password string,
18 years ago
Steve Murphy 164d8a5e61 In response to 10578, I just ran 1.4 thru valgrind; some of the config leakage I've already fixed, but it doesn't hurt to double check. I found and fixed leaks in res_jabber, cdr_tds, pbx_ael. Nothing major, tho.
18 years ago
Jason Parker f43de2908a Make sure we free some allocated memory before returning.
18 years ago
Philippe Sultan 95e24c44c1 Presence packets from a client who's connected with our Jabber ID are
18 years ago
Philippe Sultan c7e7a27bac Prevent Asterisk from crashing when receiving a presence packet
18 years ago
Philippe Sultan 022b5c1696 According to both RFC 3920 - section 9.1.2 - and Google's XMPP server
18 years ago
Philippe Sultan c6365f5138 A fix for two critical problems detected while working with Daniel
18 years ago
Tilghman Lesher 34ee6b0df8 Fix 1.4 breakage
19 years ago
Olle Johansson 64b3683dbe Adding a few Todo's to res_jabber so we don't forget.
19 years ago
Olle Johansson b857aed39e Ok, we found out that this is not about if you have any *active* clients using TLS, but
19 years ago
Olle Johansson dd7f6f8e21 If you have a jabber client that uses TLS, refuse unload. Bad fix, but will prevent
19 years ago
Olle Johansson ff2943dd59 Issue #9738 - Make sure we can unload res_jabber. Patch by phsultan - thanks!
19 years ago
Tilghman Lesher c314f35ac2 Issue 9739 - Malformed jid causes a crash
19 years ago
Kevin P. Fleming 5f9897ba56 handle the GNUTLS library properly in the configure script and build system
19 years ago
Olle Johansson 6cfe6a550e Issue 8409 - phsultan - Fix "login" as component to jabber server.
19 years ago
Jason Parker 9ad1e5d09c Fix a crash when checking version attribute in an incoming XML caps element.
19 years ago
Olle Johansson a1bdbc0289 Add final new line after JabberEvent
19 years ago
Russell Bryant 0cb0e410ba When building a response to a subscription, the "from" must be the full Jabber
19 years ago
Joshua Colp a00f75604b Don't reference a potentially NULL pointer. (issue #9199 reported by klolik)
19 years ago
Jason Parker e0b88aba12 No need to cast nor free with strdupa (thanks file)
19 years ago
Olle Johansson 920f332399 - Not sending arguments to an application is not "out of memory"
19 years ago
Tilghman Lesher 27475a306d Text fix for jabber reload command (reported by bkruse via IRC)
19 years ago
Kevin P. Fleming 444adcb477 reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most cases
19 years ago
Tilghman Lesher 56a1e60c54 More changes making the CLI more consistent with "category verb arguments" (continuation of issue 8236)
19 years ago
Russell Bryant edb73def8e don't crash when an incoming message has no "from" (issue #8205, jmls)
19 years ago
Joshua Colp 9ab793dcf8 Let's remember to unregister JabberStatus too (issue #8184 reported by jmls)
19 years ago
Russell Bryant fecc14cd0f change some debug output to use LOG_DEBUG instead of verbose output
19 years ago
Kevin P. Fleming ff05bf15c8 update thread creation code a bit
19 years ago
Matt O'Gorman 592cbc0452 fix issue with dialing client without resource.
19 years ago
Matt O'Gorman 5058b9e13f updated res_jabber for even better component support, soon will be jep-0100 compliant.
19 years ago
Matt O'Gorman ff11e64e67 updates for better compontent support
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
20 years ago
Matt O'Gorman 33f0232f07 This patch allows for a user to send messages and
20 years ago
Matt O'Gorman 3f115f8c31 Many many code cleanup changes given to me by Oej
20 years ago
Russell Bryant a0f151db99 eliminate a pointer signedness warning
20 years ago
Matt O'Gorman 5c30f76ba3 solves issue with bug 7468. but with a patch that works
20 years ago
Tilghman Lesher b43f5638ef Missing parenthesis
20 years ago
Matt O'Gorman ccc7f662d8 dont copy an id or a message if they dont exist.
20 years ago