summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/ping.c
Commit message (Expand)AuthorAgeFilesLines
* Remove purple_timeout_* function usageMike Ruprecht2017-06-151-1/+1
* Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* APIAnkit Vani2013-09-071-12/+12
* jabber: Start putting all the namespaces in one location with consistent naming.Paul Aurich2009-11-261-2/+2
* Remove specific copyright lines from the XMPP prpl.Paul Aurich2009-08-221-1/+3
* Update various header copyrights thanks to licensecheck.Paul Aurich2009-08-221-1/+1
* disapproval of revision 'd584e1732e45d98d1a94bb50ccf136df0905d1b3'Paul Aurich2009-06-271-3/+1
* Re-add annoying debug output for Adium#12351 (I must be missing something, be...Paul Aurich2009-06-071-1/+3
* The XMPP keepalive timeout handle needs to be a guint.Paul Aurich2009-06-071-2/+2
* Stop trying to be clever with XMPP keepalive pings.Paul Aurich2009-05-201-11/+20
* Don't breaking if the user runs `/ping <user's server>` a bunch.Paul Aurich2009-04-301-2/+4
* I gave this way too long to stop getting on my nerves.Paul Aurich2009-04-301-5/+5
* Send XMPP keepalive pings to our server, not our bare JID.Paul Aurich2009-04-151-7/+2
* Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.Paul Aurich2009-03-131-5/+4
* Reduce the debug log spam from the ping code and fix a logic error.Paul Aurich2009-02-081-8/+5
* Avoid assertion failures on NULL 'from' attributesPaul Aurich2009-02-081-1/+2
* Pass IQ handlers type, from, id, and the child nodePaul Aurich2009-02-081-14/+4
* Make the XMPP keepalive use jabber_ping_jid instead of building it itself.Paul Aurich2009-02-031-7/+19
* Jabber IQ handlers should handle non-query child nodesPaul Aurich2009-02-031-6/+18
* Updated the XEP-0199 namespace according to the XEP.Andreas Monitzer2007-07-261-1/+1
* applied patch for supporting XEP-0199: XMPP PingAndreas Monitzer2007-06-061-0/+80