From 1a138d2e57818f585c9244a4230d7387c50777ea Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 24 Aug 2008 22:48:27 +0100 Subject: - 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.) --- DEPENDS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 DEPENDS (limited to 'DEPENDS') 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 -- cgit v1.2.3