aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-12-08 02:29:37 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-12-08 02:29:37 +0500
commit640e2c9b1775e25e7b0388506f56288706b28e31 (patch)
treeafba2bb593407fc9918ee22d4f423596473d6502 /prosody
parent9047eafbd14fbaa176189358ff22d0686929d68e (diff)
downloadprosody-640e2c9b1775e25e7b0388506f56288706b28e31.tar.gz
prosody-640e2c9b1775e25e7b0388506f56288706b28e31.zip
prosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists.
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody1
1 files changed, 0 insertions, 1 deletions
diff --git a/prosody b/prosody
index 7bc075d7..671910df 100755
--- a/prosody
+++ b/prosody
@@ -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"