Software /
code /
prosody
Log
plugins/mod_bosh.lua @ 3725:926ece7d0e67
description | author | age |
---|---|---|
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 |