log plugins/mod_bosh.lua @ 4572:aba47e6dff43

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