summaryrefslogtreecommitdiff
path: root/res/res_xmpp.c
AgeCommit message (Expand)Author
2013-01-16Multiple revisions 379209-379210Matthew Jordan
2013-01-11Retain XMPP filters across reconnections so external modules continue to func...Joshua Colp
2013-01-03Prevent exhaustion of system resources through exploitation of event cacheJoshua Colp
2013-01-03Prevent crashes in res_xmpp when receiving large messagesMatthew Jordan
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-06Handle capability stanzas that fail to provide node or version informationMatthew Jordan
2012-10-06Update documentation for MessageSend application/command's From field for XMPPMatthew Jordan
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-10-01Doxygen CleanupAndrew Latham
2012-09-28Reset hangup flags on channels created through messages and cleanup globalsBrent Eagles
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-09-12res_xmpp: Fix a segfault caused by bodyless messagesJonathan Rose
2012-08-18Fix typo in JabberSend that looked for '2' instead of '@' in recipient argumentMatthew Jordan
2012-07-19Add the ability to specify technology specific documentationMatthew Jordan
2012-07-17Add pubsub unsubscription support so subscriptions do not linger for MWI and ...Joshua Colp
2012-07-17Fix a crash as a result of propagating MWI or device state over XMPP when the...Joshua Colp
2012-07-16Fix an issue where a service discovery request could crash Asterisk.Joshua Colp
2012-07-16Fix a bug where some XMPP servers would reject authentication. We need to use...Joshua Colp
2012-07-16Add missing namespace for old non-SASL based authentication.Joshua Colp
2012-07-16Fix an issue where specifying the resource in the username would cause authen...Joshua Colp
2012-07-09Add additional namespaces for Google Talk which are used for the gmail client.Joshua Colp
2012-07-07Add a new unified Jingle, Google Jingle, and Google Talk channel driver writt...Joshua Colp
2012-07-02Add a cleaned up drop-in replacement for res_jabber called res_xmpp. This pro...Joshua Colp