aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-04-24 13:37:35 +0100
committerMatthew Wild <mwild1@gmail.com>2012-04-24 13:37:35 +0100
commitda696ff99c86d33ba217ca3bb1ade4ee50e4d01c (patch)
tree95d617055da3c2d29c455a26a1db36c92f5c4ebc /prosody
parentmod_http_files: Rename argument to reflect what it actually is (diff)
downloadprosody-da696ff99c86d33ba217ca3bb1ade4ee50e4d01c.tar.xz
prosody-da696ff99c86d33ba217ca3bb1ade4ee50e4d01c.zip
prosody: Load portmanager at startup, to ensure it is ready to receive item-added events when modules are loaded
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosody b/prosody
index 2995f0f19..64021fd32 100755
--- a/prosody
+++ b/prosody
@@ -280,6 +280,7 @@ function load_secondary_libraries()
require "util.xmppstream"
require "core.rostermanager"
require "core.hostmanager"
+ require "core.portmanager"
require "core.modulemanager"
require "core.usermanager"
require "core.sessionmanager"