Wed, 21 Jan 2009 00:19:33 +0000 |
Paul Aurich |
Don't track a cb-per-POST and remove the PurpleHTTPResponse structure.
|
Tue, 20 Jan 2009 06:10:42 +0000 |
Paul Aurich |
The BOSH User Agent should include the client name (and optionally version),
|
Mon, 19 Jan 2009 18:25:38 +0000 |
Paul Aurich |
BOSH: Fix an off-by-one g_memdup that was missing the null terminator.
|
Mon, 19 Jan 2009 04:52:37 +0000 |
Paul Aurich |
BOSH: Another g_return_if_fail that is backward
|
Mon, 19 Jan 2009 04:52:11 +0000 |
Paul Aurich |
BOSH: Reset the HTTP parsing vars when we've handled a response
|
Mon, 19 Jan 2009 04:15:21 +0000 |
Paul Aurich |
BOSH: Fix the HTTP Post to include the actual payload.
|
Sun, 18 Jan 2009 04:13:39 +0000 |
Paul Aurich |
Jabber BOSH: memory management fixes
|
Sun, 18 Jan 2009 04:11:15 +0000 |
Paul Aurich |
Jabber BOSH: Try to continue with no BOSH version attribute
|
Sun, 18 Jan 2009 04:02:31 +0000 |
Paul Aurich |
Jabber BOSH: Model the parsing on the SOAP stuff
|
Sun, 18 Jan 2009 00:51:12 +0000 |
Paul Aurich |
Jabber BOSH: Store less for each Request/Response
|
Fri, 05 Dec 2008 06:51:39 +0000 |
Paul Aurich |
Make the Request ID a long long (fit in 2^53-1)
|
Fri, 05 Dec 2008 00:08:19 +0000 |
Paul Aurich |
Reorder some functions to eliminate prototypes and
|
Thu, 04 Dec 2008 23:59:44 +0000 |
Paul Aurich |
Jabber BOSH: more fixes.
|
Mon, 01 Dec 2008 05:47:04 +0000 |
Paul Aurich |
Jabber BOSH: Many fixes
|
Mon, 18 Aug 2008 17:08:01 +0000 |
Tobias Markmann |
* free xmlnodes after bosh receive callback is called
|
Mon, 18 Aug 2008 16:20:46 +0000 |
Tobias Markmann |
* removing some comment with XML example
|
Mon, 18 Aug 2008 15:44:43 +0000 |
Tobias Markmann |
* fixing a bug in jabber_bosh_http_connection_receive_parse_header()
|
Mon, 18 Aug 2008 08:42:37 +0000 |
Tobias Markmann |
* sending empty <body> requests if there are not othere requests to be answered to keep a CM -> client channel open
|
Sat, 16 Aug 2008 21:28:32 +0000 |
Tobias Markmann |
* data buffer for received data. Support for any HTTP resonse size now.
|
Fri, 15 Aug 2008 16:35:32 +0000 |
Tobias Markmann |
* moving BOSH interfacing from jabber_send to jabber_send_raw
|
Fri, 15 Aug 2008 14:02:21 +0000 |
Tobias Markmann |
* using libpurple's internal SASL mechanisms during BOSH authentication phase
|
Tue, 12 Aug 2008 12:48:25 +0000 |
Tobias Markmann |
* sending some User-Agent
|
Tue, 12 Aug 2008 12:40:48 +0000 |
Tobias Markmann |
* calling PurpleBOSHConnection's receive_cb
|
Mon, 11 Aug 2008 21:28:05 +0000 |
Tobias Markmann |
* parsing HTTP response and emitting HTTP request callback
|
Sat, 09 Aug 2008 23:07:58 +0000 |
Tobias Markmann |
* preparing handling of multiple requests for pipelining support
|
Sat, 09 Aug 2008 22:16:11 +0000 |
Tobias Markmann |
* doing HTTP requests
|
Tue, 05 Aug 2008 22:24:39 +0000 |
Tobias Markmann |
* adding receive callback; preparing receiving and boot code
|
Tue, 05 Aug 2008 18:44:42 +0000 |
Tobias Markmann |
* adding bosh files to Makefile.am & .mingw
|
Sun, 03 Aug 2008 22:50:13 +0000 |
Tobias Markmann |
* some refactoring
|
Sun, 03 Aug 2008 13:48:59 +0000 |
Tobias Markmann |
* looking for alternative connection methods if direct connection fails
|