diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-04-21 21:03:57 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-04-21 21:03:57 +0100 |
commit | 3bf2b6904e529659f8a76e6648de0d9caaea91ed (patch) | |
tree | 3559e46e531f8e3f7dd88c70aac8ca0bdad546b1 | |
parent | 2b4e2b8620c3cf5d6bfcf2450de08bd25ca77bfa (diff) | |
download | prosody-3bf2b6904e529659f8a76e6648de0d9caaea91ed.tar.gz prosody-3bf2b6904e529659f8a76e6648de0d9caaea91ed.zip |
prosody: Don't require net.httpserver now
-rwxr-xr-x | prosody | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |