aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_jabber.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+1
2011-07-05Merged revisions 326411 via svnmerge from tilghman1-1/+1
2011-06-07Actually check the "sendtodialplan" option setting for xmpp.russell1-12/+14
2011-06-01Support routing text messages outside of a call.russell1-1/+79
2011-05-05Merged revisions 317474 via svnmerge from russell1-17/+11
2011-03-18Merged revisions 311352 via svnmerge from jrose1-1/+1
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()pabelanger1-4/+4
2010-11-26Merged revisions 296354 via svnmerge from marquis1-43/+40
2010-11-18Merged revisions 295441 via svnmerge from pabelanger1-1/+1
2010-10-15Merged revisions 291905 via svnmerge from twilson1-3/+3
2010-10-05Merged revisions 290479 via svnmerge from dvossel1-1/+26
2010-10-05Merged revisions 290408 via svnmerge from tilghman1-5/+8
2010-10-01Merged revisions 289718 via svnmerge from pabelanger1-1/+1
2010-09-02Merged revisions 284597 via svnmerge from tilghman1-17/+6
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-16And yet one moretilghman1-2/+4
2010-07-16"Item may be used uninitialized in this function."tilghman1-2/+4
2010-06-15Argh, mixed declarations and code.tilghman1-5/+8
2010-06-15Add distributed devicestate via the XMPP protocol.tilghman1-254/+1146
2010-06-08Fix some doxygen warnings.lmadsen1-0/+1
2010-03-18Prevent a crash when a buddy gets offline.phsultan1-0/+6
2010-03-02Fix several XML documentation validate errors.lmadsen1-2/+2
2010-02-18Add a new manager event for our buddies status.phsultan1-0/+6
2009-12-16Add auth_policy option to jabber.conf for auto user registration.jpeeler1-17/+32
2009-12-07Add applications JabberJoin, JabberLeave, JabberSendGroup for XMPP groupchatjpeeler1-103/+360
2009-09-25Add JABBER_RECEIVE as a dialplan function, implement SendText in Jingle channelsphsultan1-117/+556
2009-09-16Remove some unused defines from res_jabber.seanbright1-8/+0
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks1-2/+2
2009-07-08Move OpenSSL initialization to a single place, make library usage thread-safe.russell1-4/+0
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-2/+2
2009-06-01Move JabberSend manager action from static docs to the AstXML form.eliel1-9/+21
2009-05-30Properly terminate the receive buffer before sending to iksemel.seanbright1-4/+14
2009-05-30Merged revisions 198370 via svnmerge from seanbright1-8/+8
2009-05-22Fix build under dev mode and remove some casts that are no longer necessary asseanbright1-1/+1
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-5/+3
2009-02-13fix a few more XML documentation problemsrussell1-3/+3
2009-02-04Add XML documentation for the applications and functions in res_jabbertilghman1-29/+111
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-11-27Removed duplicate codephsultan1-8/+0
2008-11-12This commit does two things:mvanbaak1-43/+1
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-6/+3
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+1
2008-09-09Disable autoprune by default.phsultan1-6/+7
2008-08-19Mention JID rather than SreenName in help messagesphsultan1-13/+13
2008-08-06- Formattingoej1-39/+52
2008-06-27Fix a compile time error that occurs if OpenSSL is not installed. Reported by...phsultan1-14/+18
2008-06-24Subscribe to buddy's presence only if we really need to. That is, ifphsultan1-20/+27
2008-06-24Code simplificationphsultan1-29/+31
2008-06-05Merged revisions 120675 via svnmerge from phsultan1-1/+1
2008-06-02Do not link the guest account with any configured XMPP client (inphsultan1-4/+17