From: Waqas Hussain Date: Tue, 7 Dec 2010 17:55:28 +0000 (+0500) Subject: prosody: Added a stub implementation of core.componentmanager to the package.loaded... X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=3006f7db42169bf3d4b485b66bc062629b73576a;p=prosody.git prosody: Added a stub implementation of core.componentmanager to the package.loaded table (re-commiting, as this was accidentally removed). --- diff --git a/prosody b/prosody index 061f3781..7bc075d7 100755 --- 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"