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 | ba612384491542ac7603c0b264c675c0b4a81adc (patch) | |
tree | 3559e46e531f8e3f7dd88c70aac8ca0bdad546b1 | |
parent | 89fb66dabbceb336e9e78d8f2e13c39f67f14eec (diff) | |
download | prosody-ba612384491542ac7603c0b264c675c0b4a81adc.tar.gz prosody-ba612384491542ac7603c0b264c675c0b4a81adc.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 |