log libpurple/protocols/jabber/bosh.c @ 26929:f82f3dc29f9b

age author description
Thu, 21 May 2009 21:09:17 +0000 Paul Aurich Don't try to process BOSH packet if there's no data (avoid a purple_strcasestr assertion).
Tue, 28 Apr 2009 22:20:01 +0000 Paul Aurich Windows compilation complains (probably because it's 32-bit)
Sat, 04 Apr 2009 23:05:04 +0000 Paul Aurich BOSH: Use a write buffer (read: basically cut-n-paste from jabber.c)
Sat, 04 Apr 2009 21:49:34 +0000 Paul Aurich A better random number for the rid in the range [0, 2**52).
Sat, 04 Apr 2009 05:15:18 +0000 Paul Aurich Reorder functions to remove prototypes
Sat, 04 Apr 2009 04:54:56 +0000 Paul Aurich BOSH: Print out the received data (similar to the standard XMPP method,
Sat, 04 Apr 2009 04:34:57 +0000 Paul Aurich Pass all messages to BOSH as text, so they pass through the sending-text
Mon, 23 Mar 2009 00:47:46 +0000 Paul Aurich Because BOSH works over connections that may die non-fatally, we need to
Mon, 23 Mar 2009 00:38:20 +0000 Paul Aurich BOSH: For authentication purposes, HTTPS is equivalent to a secured JabberStream.
Sun, 22 Mar 2009 23:44:17 +0000 Paul Aurich BOSH: Support HTTPS connections to the connection manager
Sat, 21 Mar 2009 03:03:18 +0000 Paul Aurich Use a PurpleCircBuffer for the queued stanzas
Mon, 16 Mar 2009 06:38:24 +0000 Paul Aurich Rearrange the structs and fix the indentation. No functional changes.
Mon, 16 Mar 2009 06:32:55 +0000 Paul Aurich Obey the 'inactivity' attribute and send blank updates often enough. Also,
Mon, 16 Mar 2009 02:45:53 +0000 Paul Aurich Clean up BOSH reading and disconnection handling.
Sun, 15 Mar 2009 05:13:41 +0000 Paul Aurich Close a small race with disconnecting while establishing a connection and