Annotate
mod_bosh: Fix terminate logic - process any stanzas in a terminating request, and add type='terminate' to any responses generated by those stanzas. Finally, close all remaining open requests with type='terminate' and close the session. Fixes #211 (thanks Maranda + waqas).
author |
Matthew Wild <mwild1@gmail.com> |
date |
Fri, 04 Mar 2011 20:27:57 +0000 |
parent |
447:c0dae734d3bf |
child |
4914:2e9b16b2ae00 |
rev |
line source |
7
|
1 The easiest way to install dependencies is using the luarocks tool.
|
|
2
|
|
3 Rocks:
|
|
4 luaexpat
|
|
5 luasocket
|
|
6
|
|
7 Non-rocks:
|
|
8 LuaSec for SSL connections
|