aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/iq.c
Commit message (Expand)AuthorAgeLines
* jabber: return XT_ABORT after failed IQ auth attemptsdequis2016-03-12-2/+2
* jabber: Reply unknown IQs with service-unavailable insteaddequis2015-11-25-4/+6
* jabber: Implement carbons (XEP-0280)dequis2015-11-21-2/+37
* jabber: Fix leak in jabber_gmail_handle_newdequis2015-10-08-2/+2
* Rename mail notification related settings for consistencydequis2015-05-28-1/+1
* imcb_notify_email: change parameters to take a format stringdequis2015-05-28-5/+1
* Simplify display of gmail notificationsdequis2015-05-28-18/+12
* Gmail notifications support through new imcb_notify_email() APIArtem Savkov2015-05-28-0/+135
* hipchat: Basic implementation: Auth, profile and mention namesdequis2015-04-28-2/+9
* Reindent everything to K&R style with tabsIndent2015-02-20-606/+569
* Add handle_is_self() prpl function to fix JID mismatch confusion bugsdequis2015-01-25-4/+0
* Added jabber_compare_jid to fix JID comparison case sensitivityGRMrGecko2014-07-24-1/+1
* I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
* Implement jabber message receipts (XEP-0184)Michael Stapelberg2012-10-17-0/+1
* Probing for Google Talk servers, based on iq-discovery responses. I'll needWilmer van der Gaast2012-02-10-0/+44
* Detect JID changes at login time and warn the user about them.Wilmer van der Gaast2011-12-20-4/+22
* Add support for XEP 202 (replacement for jabber:iq:time).Wilmer van der Gaast2010-12-06-2/+29
* First bits of CTCP support to contacts. (Try /CTCP VERSION on a JabberWilmer van der Gaast2010-12-06-0/+48
* Merging a few revisions from mainline.Wilmer van der Gaast2010-06-24-2/+2
|\
| * Added user_agent setting to Jabber accounts so people can get aroundWilmer van der Gaast2010-06-23-2/+2
* | Allow moving contacts around between groups. Works with at least Jabber,Wilmer van der Gaast2010-06-09-1/+3
* | Pick up group changes in the middle of a Jabber session, now that we careWilmer van der Gaast2010-06-05-3/+2
* | Merging head.Wilmer van der Gaast2010-06-01-1/+0
|\|
| * Don't whine on "incomplete" incoming IQ-set packets either, those also happen.Wilmer van der Gaast2010-05-23-1/+0
* | Read group information from Jabber contact lists. The code was already there,Wilmer van der Gaast2010-05-09-1/+1
* | Including DCC stuff again, with a wonderful extra layer of abstraction.Wilmer van der Gaast2010-04-11-2/+2
* | Killed the last str*cmp(xml_find_attr) combos.Wilmer van der Gaast2010-03-21-1/+2
* | xt_status functions should always return an XT_ status, it's not a boolean.Wilmer van der Gaast2010-03-21-5/+5
* | Read the from attribute from the main stanza, not the inside query. AlsoWilmer van der Gaast2010-03-21-2/+2
* | Ouch, committing stuff without even checking if it compiles is bad style.Wilmer van der Gaast2010-03-17-2/+2
* | Avoid some NULL pointer dereferences on malformed XMPP packets.Wilmer van der Gaast2010-03-17-17/+24
* | Merging mainline.Wilmer van der Gaast2010-03-17-7/+22
|\|
| * Oops.. Today's Jabber fix could get stuck in a somewhat infinite loop if aWilmer van der Gaast2010-03-15-6/+2
| * Don't send bind and session requests at the same time when logging inWilmer van der Gaast2010-03-14-6/+25
* | No functional changes, just some style "fixes". Although I admit I'mWilmer van der Gaast2009-12-13-15/+23
* | Merging head.Wilmer van der Gaast2009-12-07-2/+3
|\|
| * If you can't find what you expect in an IQ packet, it doesn't mean it'sWilmer van der Gaast2009-10-17-2/+3
* | ulibc support, fixes "Invalid SOCKS5 Connect message" problemulim2008-05-04-2/+3
* | merged in upstream r379 (somewhere after 1.2-3).ulim2008-04-14-1/+26
|\|
| * Added callback on Jabber add-to-roster requests so buddies get added to theWilmer van der Gaast2008-02-16-1/+26
* | Merged with upstream r328ulim2008-02-15-7/+8
|\|
| * Implemented XEP-0115. This adds some info to the <presence/> tags soWilmer van der Gaast2008-02-03-1/+2
| * More consistency in error/warning errors. Until now "WARNING:" was usuallyWilmer van der Gaast2008-01-06-6/+6
| * Implemented XEP-0199 (patch from misc@mandriva.org).Wilmer van der Gaast2007-12-16-1/+11
* | Merged in 280..288 from upstream (e.g. PING)kenobi2007-12-19-1/+11
* | sending via proxykenobi2007-12-18-1/+161
* | Merged in current develulim2007-12-04-18/+1
|\|
| * Removed retarded printf() (ARGH) and moved the event handling handling ofWilmer van der Gaast2007-12-02-18/+1
* | Intermediate commit. Sending seems to work. TODOs:ulim2007-12-03-1/+1
* | Initial import of jabber file receive and DCC send support. This introducesulim2007-11-28-10/+18
|/