log plugins/mod_bosh.lua @ 4180:cd3fb3393e13

age author description
Sat, 08 Jan 2011 23:20:16 +0000 Matthew Wild mod_bosh: Return true from send()
Tue, 04 Jan 2011 21:38:14 +0000 Matthew Wild mod_bosh: Fix for miscalculating inactivity, causing disconnects under a steady stream of traffic
Sat, 11 Dec 2010 00:19:15 +0000 Matthew Wild 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.
Tue, 07 Dec 2010 18:38:22 +0000 Matthew Wild mod_bosh: Switch to util.xmppstream from xmlhandlers
Thu, 02 Dec 2010 22:47:29 +0500 Waqas Hussain mod_bosh: Use util.timer for timers instead of server.addtimer.
Fri, 22 Oct 2010 08:36:54 +0500 Waqas Hussain mod_bosh: Don't add a Content-Type header to the HTTP OPTIONS reply.