log libpurple/protocols/jabber/bosh.c @ 28517:96ba7fd24177

age author description
Mon, 28 Sep 2009 22:11:54 +0000 Paul Aurich jabber: Don't crash when disconnecting if there's been no response from the server.
Tue, 25 Aug 2009 16:38:18 +0000 Paul Aurich jabber: Fix using BOSH and legacy auth together. Closes #9990.
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl.
Sun, 02 Aug 2009 20:42:00 +0000 Paul Aurich jabber: Keep a second connection open over which to send the terminate.
Sun, 02 Aug 2009 03:00:00 +0000 Paul Aurich jabber: Add a BOSH send timer (queue up stanzas), fixes connecting to Prosody
Sat, 01 Aug 2009 04:32:24 +0000 Paul Aurich jabber: Ridiculously verbose logging for BOSH.
Sat, 01 Aug 2009 04:24:39 +0000 Paul Aurich jabber: Better inactivity timer logic.
Sat, 01 Aug 2009 04:01:51 +0000 Paul Aurich jabber: Remove js->use_bosh
Sat, 01 Aug 2009 04:00:37 +0000 Paul Aurich jabber: Since we use max_inactivity - 5, treat a 5s timeout as bogus, too.
Sat, 01 Aug 2009 03:57:14 +0000 Paul Aurich jabber: Re-order the BOSH structs and normalize the buffer names.
Wed, 15 Jul 2009 05:49:30 +0000 Paul Aurich Various fixes to get BOSH working with Prosody 0.5.
Mon, 06 Jul 2009 09:07:42 +0000 Mark Doliner More uniformity among disconnect error messages
Thu, 25 Jun 2009 02:53:26 +0000 Paul Aurich Don't try to write when the BOSH connection isn't ready.
Fri, 22 May 2009 03:54:29 +0000 Paul Aurich Remove trailing whitespace that has snuck in.
Fri, 22 May 2009 03:48:19 +0000 Paul Aurich Various BOSH fixes