aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-04-05 10:05:18 +0100
committerMatthew Wild <mwild1@gmail.com>2013-04-05 10:05:18 +0100
commit6f71d38f1f92ef51fd9d82cbfb8c33a518010651 (patch)
tree60c4be5a40bd2c13dcfb8435083d1b23619523a4 /prosody
parenta5ccb8a860924f48570242e468267885137e3e9a (diff)
parenta115da90578ef0e91e7fb911421142552a4e8e4a (diff)
downloadprosody-6f71d38f1f92ef51fd9d82cbfb8c33a518010651.tar.gz
prosody-6f71d38f1f92ef51fd9d82cbfb8c33a518010651.zip
Merge 0.9->trunk
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index 875140de..9a88eac0 100755
--- a/prosody
+++ b/prosody
@@ -290,12 +290,12 @@ function load_secondary_libraries()
--- Load and initialise core modules
require "util.import"
require "util.xmppstream"
- require "core.rostermanager"
require "core.stanza_router"
require "core.hostmanager"
require "core.portmanager"
require "core.modulemanager"
require "core.usermanager"
+ require "core.rostermanager"
require "core.sessionmanager"
package.loaded['core.componentmanager'] = setmetatable({},{__index=function()
log("warn", "componentmanager is deprecated: %s", debug.traceback():match("\n[^\n]*\n[ \t]*([^\n]*)"));