diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-04-05 10:04:53 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-04-05 10:04:53 +0100 |
commit | a115da90578ef0e91e7fb911421142552a4e8e4a (patch) | |
tree | 60c4be5a40bd2c13dcfb8435083d1b23619523a4 /prosody | |
parent | 4d922e9b7927109c5038ad8d3b6ccba38936a1f3 (diff) | |
parent | 3f35128dd3ce6922871ea45d1717ddc4708a1e8d (diff) | |
download | prosody-a115da90578ef0e91e7fb911421142552a4e8e4a.tar.gz prosody-a115da90578ef0e91e7fb911421142552a4e8e4a.zip |
Merge with Maranda
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]*)")); |