log libpurple/protocols/jabber/ping.c @ 26863:0c1983abe991

age author description
Thu, 30 Apr 2009 04:59:11 +0000 Paul Aurich Don't breaking if the user runs `/ping <user's server>` a bunch.
Thu, 30 Apr 2009 04:25:01 +0000 Paul Aurich I gave this way too long to stop getting on my nerves.
Wed, 15 Apr 2009 01:44:17 +0000 Paul Aurich Send XMPP keepalive pings to our server, not our bare JID.
Fri, 13 Mar 2009 02:26:45 +0000 Paul Aurich Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
Sun, 08 Feb 2009 16:50:58 +0000 Paul Aurich Reduce the debug log spam from the ping code and fix a logic error.
Sun, 08 Feb 2009 06:40:15 +0000 Paul Aurich Avoid assertion failures on NULL 'from' attributes
Sun, 08 Feb 2009 06:31:18 +0000 Paul Aurich Pass IQ handlers type, from, id, and the child node
Sun, 08 Feb 2009 03:34:25 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 8d4081da0c186c04dc75d736d688bf4f20e52676)
Tue, 03 Feb 2009 17:39:14 +0000 Paul Aurich Make the XMPP keepalive use jabber_ping_jid instead of building it itself.
Tue, 03 Feb 2009 17:10:05 +0000 Paul Aurich Jabber IQ handlers should handle non-query child nodes
Sun, 08 Feb 2009 00:23:13 +0000 Elliott Sales de Andrade disapproval of revision '8a80f271858548f73cac50625660e87df1970bcc'
Thu, 05 Feb 2009 05:42:58 +0000 Elliott Sales de Andrade In jabber_iq_parse, xmlnode_get_child is called for a few special cases,
Thu, 26 Jul 2007 01:32:21 +0000 Andreas Monitzer Updated the XEP-0199 namespace according to the XEP.
Wed, 06 Jun 2007 00:04:29 +0000 Andreas Monitzer applied patch for supporting XEP-0199: XMPP Ping