aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_bosh.lua
Commit message (Collapse)AuthorAgeFilesLines
* Implement session:close() for BOSH, and add checking for attempts to connect ↵Matthew Wild2009-01-091-10/+24
| | | | to hosts we don't serve
* Change default maximum inactivity period to 60s from 30sMatthew Wild2009-01-091-1/+1
|
* Numerous BOSH improvements... handle client disconnects, either explicit or ↵Matthew Wild2009-01-091-14/+47
| | | | implicit through inactivity; allow specifying BOSH default parameters through config; fix to prevent prematurely closing request connections in some cases, before they were replied to
* Remove some old debugging code from mod_boshMatthew Wild2008-12-271-7/+2
|
* Initial mod_bosh, works, kind of, but quite incompleteMatthew Wild2008-12-221-0/+211