log libpurple/protocols/jabber/ping.c @ 31422:0d71d4695520

age author description
2009-11-26 Paul Aurich jabber: Start putting all the namespaces in one location with consistent naming.
2009-08-22 Paul Aurich Remove specific copyright lines from the XMPP prpl.
2009-08-22 Paul Aurich Update various header copyrights thanks to licensecheck.
2009-06-27 Paul Aurich disapproval of revision '31f78d91abb7452e597bbd0f20f910c6cbb56099'
2009-06-07 Paul Aurich Re-add annoying debug output for Adium#12351 (I must be missing something, because I don't see why it's occurring)
2009-06-07 Paul Aurich The XMPP keepalive timeout handle needs to be a guint.
2009-05-20 Paul Aurich Stop trying to be clever with XMPP keepalive pings.
2009-04-30 Paul Aurich Don't breaking if the user runs `/ping <user's server>` a bunch.
2009-04-30 Paul Aurich I gave this way too long to stop getting on my nerves.
2009-04-15 Paul Aurich Send XMPP keepalive pings to our server, not our bare JID.
2009-03-13 Paul Aurich Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
2009-02-08 Paul Aurich Reduce the debug log spam from the ping code and fix a logic error.
2009-02-08 Paul Aurich Avoid assertion failures on NULL 'from' attributes
2009-02-08 Paul Aurich Pass IQ handlers type, from, id, and the child node
2009-02-08 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 8d4081da0c186c04dc75d736d688bf4f20e52676)
2009-02-03 Paul Aurich Make the XMPP keepalive use jabber_ping_jid instead of building it itself.
2009-02-03 Paul Aurich Jabber IQ handlers should handle non-query child nodes
2009-02-08 Elliott Sales de Andrade disapproval of revision '8a80f271858548f73cac50625660e87df1970bcc'
2009-02-05 Elliott Sales de Andrade In jabber_iq_parse, xmlnode_get_child is called for a few special cases,
2007-07-26 Andreas Monitzer Updated the XEP-0199 namespace according to the XEP.
2007-06-06 Andreas Monitzer applied patch for supporting XEP-0199: XMPP Ping