Software /
code /
prosody
Log
plugins/mod_bosh.lua @ 4599:f9f5230d7a9c
description | author | age |
---|---|---|
mod_bosh: Remove unused reference to lxp | Waqas Hussain | Wed, 14 Dec 2011 06:42:23 +0500 |
mod_bosh: Fixed use of a private HTTP request property. | Waqas Hussain | Fri, 09 Dec 2011 11:44:00 +0500 |
mod_bosh: Experimental option 'bosh_auto_cork' which witholds any response to a request until all stanzas in it have been processed. | Matthew Wild | Wed, 07 Dec 2011 05:54:17 +0000 |
mod_bosh: Move stream:features sending until after the current request has been added to session.requests. Ensures correct inactivity logic. | Matthew Wild | Wed, 07 Dec 2011 04:57:51 +0000 |
mod_bosh: Remove a session from inactive_sessions before destroying it | Matthew Wild | Wed, 07 Dec 2011 03:54:28 +0000 |
mod_bosh: Store time to destroy session in inactive_sessions, removing dependency on session.bosh_max_inactive in cleanup timer | Matthew Wild | Wed, 07 Dec 2011 02:58:22 +0000 |
mod_bosh: s/xmlns:streams/xmlns:stream/ - fixes #265 (thanks Tim) | Matthew Wild | Thu, 15 Sep 2011 17:38:24 +0100 |