mod_bosh: Return true from send()
|
Matthew Wild |
Sat, 08 Jan 2011 23:20:16 +0000 |
mod_bosh: Fix for miscalculating inactivity, causing disconnects under a steady stream of traffic
|
Matthew Wild |
Tue, 04 Jan 2011 21:38:14 +0000 |
mod_bosh: Fixes to the session creation response - add mandatory 'wait' attribute, remove optional 'maxpause' which we don't support, and reformat the code to prevent long lines and wacky indentation. Fixes #219.
|
Matthew Wild |
Sat, 11 Dec 2010 00:19:15 +0000 |
mod_bosh: Switch to util.xmppstream from xmlhandlers
|
Matthew Wild |
Tue, 07 Dec 2010 18:38:22 +0000 |
mod_bosh: Use util.timer for timers instead of server.addtimer.
|
Waqas Hussain |
Thu, 02 Dec 2010 22:47:29 +0500 |
mod_bosh: Don't add a Content-Type header to the HTTP OPTIONS reply.
|
Waqas Hussain |
Fri, 22 Oct 2010 08:36:54 +0500 |
mod_bosh: Fix traceback when initiating a BOSH session to an unknown host
|
Matthew Wild |
Fri, 10 Sep 2010 17:56:24 +0100 |
mod_bosh: Support for reading the client's real IP through HTTP proxies from X-Forwarded-For
|
Matthew Wild |
Sat, 28 Aug 2010 22:25:12 +0100 |
mod_bosh: Don't adjust rid when creating a session, as this is no longer necessary and causes a log message ('rid too large') to be erroneously printed, fixes #203
|
Matthew Wild |
Sun, 22 Aug 2010 21:36:04 +0100 |
mod_bosh: Fix to properly ignore repeated requests
|
Matthew Wild |
Sat, 07 Aug 2010 19:00:04 +0100 |
mod_bosh: Small change to use variable instead of hard-coded xmlns
|
Matthew Wild |
Fri, 06 Aug 2010 02:00:12 +0100 |
mod_bosh: Much improve session:close() for BOSH sessions, so it now matches in usage normal session:close()
|
Matthew Wild |
Fri, 06 Aug 2010 01:59:43 +0100 |
mod_bosh: Add error callback for xmlhandlers, to handle the case of invalid or unusable XML in the request payload
|
Matthew Wild |
Fri, 06 Aug 2010 01:57:20 +0100 |
mod_bosh: Remove dependency on eventmanager
|
Matthew Wild |
Tue, 03 Aug 2010 11:01:13 +0100 |
mod_bosh: Add jabber:client namespace to stanzas with no namespace
|
Matthew Wild |
Sun, 04 Jul 2010 19:38:33 +0100 |
mod_bosh: Re-layout session object creation to make lines shorter
|
Matthew Wild |
Fri, 21 May 2010 19:27:06 +0100 |
mod_bosh: Add option consider_bosh_secure to treat BOSH sessions as encrypted even if they don't use HTTP (useful for when secure requests are proxied to Prosody over HTTP)
|
Matthew Wild |
Fri, 21 May 2010 19:24:50 +0100 |
Merge with 0.6
|
Matthew Wild |
Mon, 17 May 2010 11:56:36 +0100 |
mod_bosh: Always give requests a destroy handler, so that the management of each session's request array and the inactive_sessions logic can happen in one place. Simplifies everything and concludes this series of BOSH fixes.
|
Matthew Wild |
Mon, 17 May 2010 11:49:24 +0100 |
mod_bosh: Fix handling of rids by not dropping requests with repeated rids (assign them their sid instead), and always starting a session with first_rid-1.
|
Matthew Wild |
Mon, 17 May 2010 11:46:54 +0100 |
mod_bosh: Remove some hacky code for pruning dead requests that hopefully never gets executed - if it does there's a bug anyway.
|
Matthew Wild |
Mon, 17 May 2010 11:45:11 +0100 |
mod_bosh: Remove requests from the session table using table.remove(), prevents the possibility of holes in the array.
|
Matthew Wild |
Mon, 17 May 2010 11:42:53 +0100 |
Merge 0.6->0.7
|
Matthew Wild |
Sat, 03 Apr 2010 23:09:11 +0100 |
mod_bosh: Default stanza namespace should be jabber:client (fixes BOSH to work with recent namespace fix)
|
Matthew Wild |
Sat, 03 Apr 2010 22:24:39 +0100 |
Merge 0.6->0.7
|
Matthew Wild |
Mon, 22 Mar 2010 17:24:55 +0000 |
Update copyright headers for 2010
|
Matthew Wild |
Mon, 22 Mar 2010 17:06:15 +0000 |
mod_bosh: Fire stream-features event using new events API.
|
Waqas Hussain |
Fri, 12 Feb 2010 04:11:50 +0500 |
mod_bosh: I == fail.
|
Matthew Wild |
Fri, 22 Jan 2010 03:36:03 +0000 |
mod_bosh: Simplify cross-domain support, and make it work - default is for cross-domain to be disallowed
|
Matthew Wild |
Fri, 22 Jan 2010 03:18:55 +0000 |
mod_bosh: Support for cross-domain access control using CORS
|
Matthew Wild |
Thu, 21 Jan 2010 15:07:52 +0000 |