Software /
code /
prosody
Log
plugins/mod_bosh.lua @ 3070:3238b58fd118
description | author | age |
---|---|---|
mod_bosh: Add option consider_bosh_secure to treat BOSH sessions as encrypted even if they don't use HTTP (useful for when secure requests are proxied to Prosody over HTTP) | Matthew Wild | Fri, 21 May 2010 19:24:50 +0100 |
Merge with 0.6 | Matthew Wild | Mon, 17 May 2010 11:56:36 +0100 |
mod_bosh: Always give requests a destroy handler, so that the management of each session's request array and the inactive_sessions logic can happen in one place. Simplifies everything and concludes this series of BOSH fixes. | Matthew Wild | Mon, 17 May 2010 11:49:24 +0100 |
mod_bosh: Fix handling of rids by not dropping requests with repeated rids (assign them their sid instead), and always starting a session with first_rid-1. | Matthew Wild | Mon, 17 May 2010 11:46:54 +0100 |