prosody: Added a stub implementation of core.componentmanager to the package.loaded...
authorWaqas Hussain <waqas20@gmail.com>
Tue, 7 Dec 2010 17:55:28 +0000 (22:55 +0500)
committerWaqas Hussain <waqas20@gmail.com>
Tue, 7 Dec 2010 17:55:28 +0000 (22:55 +0500)
prosody

diff --git a/prosody b/prosody
index 061f3781ee53904846b623a70999b0f76f18588f..7bc075d746a0de6890f12507a8aaa76fb9ea1b3c 100755 (executable)
--- a/prosody
+++ b/prosody
@@ -7,8 +7,6 @@
 -- COPYING file in the source package for more information.
 --
 
--- prosody - main executable for Prosody XMPP server
-
 -- Will be modified by configure script if run --
 
 CFG_SOURCEDIR=os.getenv("PROSODY_SRCDIR");
@@ -288,6 +286,7 @@ function load_secondary_libraries()
        --- Load and initialise core modules
        require "util.import"
        require "util.xmppstream"
+       require "core.xmlhandlers"
        require "core.rostermanager"
        require "core.hostmanager"
        require "core.modulemanager"