aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-11-10 20:59:16 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-11-10 20:59:16 +0500
commitd38fc9dce0db97545b1f8b5dd79be2868bd66c93 (patch)
tree0b9bc6f85b8cc29c750efef83e018f504b3d1e95 /prosody
parent072e5be5d27b809185daacc5e9b137f884b19fd1 (diff)
downloadprosody-d38fc9dce0db97545b1f8b5dd79be2868bd66c93.tar.gz
prosody-d38fc9dce0db97545b1f8b5dd79be2868bd66c93.zip
prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file.
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody1
1 files changed, 0 insertions, 1 deletions
diff --git a/prosody b/prosody
index bf1375a4..65fb1632 100755
--- a/prosody
+++ b/prosody
@@ -309,7 +309,6 @@ function load_secondary_libraries()
require "core.modulemanager"
require "core.usermanager"
require "core.sessionmanager"
- require "core.componentmanager"
require "core.stanza_router"
require "net.http"