aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-11-10 02:50:35 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-11-10 02:50:35 +0500
commit3efbb4f224e49abf6767d8a6386617fda4c2fb10 (patch)
treecc8fb5a8c792b75f7bcff86a8e470871df4c2634 /prosody
parent91913dda6661e966beadebac0393613e137ff215 (diff)
downloadprosody-3efbb4f224e49abf6767d8a6386617fda4c2fb10.tar.gz
prosody-3efbb4f224e49abf6767d8a6386617fda4c2fb10.zip
prosody: Ensure componentmanager is loaded in the main file.
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosody b/prosody
index 65fb1632..bf1375a4 100755
--- a/prosody
+++ b/prosody
@@ -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"