Software /
code /
prosody
Comparison
DEPENDS @ 7:dcc5ac721c20
- 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 |
comparison
equal
deleted
inserted
replaced
6:7ad47ce20394 | 7:dcc5ac721c20 |
---|---|
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 |