diff options
author | Waqas Hussain <waqas20@gmail.com> | 2010-11-10 02:50:35 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2010-11-10 02:50:35 +0500 |
commit | 3efbb4f224e49abf6767d8a6386617fda4c2fb10 (patch) | |
tree | cc8fb5a8c792b75f7bcff86a8e470871df4c2634 /prosody | |
parent | 91913dda6661e966beadebac0393613e137ff215 (diff) | |
download | prosody-3efbb4f224e49abf6767d8a6386617fda4c2fb10.tar.gz prosody-3efbb4f224e49abf6767d8a6386617fda4c2fb10.zip |
prosody: Ensure componentmanager is loaded in the main file.
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -309,6 +309,7 @@ function load_secondary_libraries() require "core.modulemanager" require "core.usermanager" require "core.sessionmanager" + require "core.componentmanager" require "core.stanza_router" require "net.http" |