Annotate
- Remove some debugging code
- Don't allow stanzas to be sent before successful auth (needs further review)
- Make init_xmlhandlers local
- Fix indentation in main.lua
- Fix disconnect logic (it broke if client disconnected before auth, etc.)
author |
Matthew Wild <mwild1@gmail.com> |
date |
Sun, 24 Aug 2008 22:48:27 +0100 |
child |
51:5253c891a360 |
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
|