prosody: Load portmanager at startup, to ensure it is ready to receive item-added...
authorMatthew Wild <mwild1@gmail.com>
Tue, 24 Apr 2012 12:37:35 +0000 (13:37 +0100)
committerMatthew Wild <mwild1@gmail.com>
Tue, 24 Apr 2012 12:37:35 +0000 (13:37 +0100)
prosody

diff --git a/prosody b/prosody
index 2995f0f1928221df32d29da6f9ad333d4f9df2a5..64021fd32f2548ce4ac65417229e957cebcf7109 100755 (executable)
--- 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"