diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-08-24 22:48:27 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-08-24 22:48:27 +0100 |
commit | 1a138d2e57818f585c9244a4230d7387c50777ea (patch) | |
tree | 748c1714574fb3eb468c27f083b46f7c935cc10d /DEPENDS | |
parent | 25f82f43ad92f190e2373f0e61524bee826617b2 (diff) | |
download | prosody-1a138d2e57818f585c9244a4230d7387c50777ea.tar.gz prosody-1a138d2e57818f585c9244a4230d7387c50777ea.zip |
- 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.)
Diffstat (limited to 'DEPENDS')
-rw-r--r-- | DEPENDS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/DEPENDS b/DEPENDS new file mode 100644 index 00000000..b284cc27 --- /dev/null +++ b/DEPENDS @@ -0,0 +1,8 @@ +The easiest way to install dependencies is using the luarocks tool. + +Rocks: +luaexpat +luasocket + +Non-rocks: +LuaSec for SSL connections |