log plugins/mod_bosh.lua @ 4030:9e9aaed03021

age author description
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.