aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-04-21 21:03:57 +0100
committerMatthew Wild <mwild1@gmail.com>2012-04-21 21:03:57 +0100
commit3bf2b6904e529659f8a76e6648de0d9caaea91ed (patch)
tree3559e46e531f8e3f7dd88c70aac8ca0bdad546b1
parent2b4e2b8620c3cf5d6bfcf2450de08bd25ca77bfa (diff)
downloadprosody-3bf2b6904e529659f8a76e6648de0d9caaea91ed.tar.gz
prosody-3bf2b6904e529659f8a76e6648de0d9caaea91ed.zip
prosody: Don't require net.httpserver now
-rwxr-xr-xprosody2
1 files changed, 0 insertions, 2 deletions
diff --git a/prosody b/prosody
index f79910b7..2995f0f1 100755
--- a/prosody
+++ b/prosody
@@ -306,8 +306,6 @@ function load_secondary_libraries()
if remdebug then remdebug.engine.start() end
]]
- require "net.httpserver";
-
require "util.stanza"
require "util.jid"
end