log libpurple/protocols/jabber/ping.c @ 32816:ec6371d4cae8

age author description
Thu, 26 Nov 2009 22:35:07 +0000 Paul Aurich jabber: Start putting all the namespaces in one location with consistent naming.
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl.
Sat, 22 Aug 2009 02:40:01 +0000 Paul Aurich Update various header copyrights thanks to licensecheck.
Sat, 27 Jun 2009 17:50:35 +0000 Paul Aurich disapproval of revision '31f78d91abb7452e597bbd0f20f910c6cbb56099'
Sun, 07 Jun 2009 18:45:17 +0000 Paul Aurich Re-add annoying debug output for Adium#12351 (I must be missing something, because I don't see why it's occurring)
Sun, 07 Jun 2009 17:02:23 +0000 Paul Aurich The XMPP keepalive timeout handle needs to be a guint.
Wed, 20 May 2009 00:34:59 +0000 Paul Aurich Stop trying to be clever with XMPP keepalive pings.
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