diff options
author | Waqas Hussain <waqas20@gmail.com> | 2010-12-08 02:29:37 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2010-12-08 02:29:37 +0500 |
commit | 6d97b7d9d390309b640ffe6b3908baa96234f784 (patch) | |
tree | 7a20d19c63b44e67c9773b33b5f53d2cdb1d3750 /prosody | |
parent | 8ed79f23f8926ce7a88c9bd8ebc0945cb0260805 (diff) | |
download | prosody-6d97b7d9d390309b640ffe6b3908baa96234f784.tar.gz prosody-6d97b7d9d390309b640ffe6b3908baa96234f784.zip |
prosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists.
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -286,7 +286,6 @@ 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" |