prosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists.

Wed, 08 Dec 2010 02:29:37 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 08 Dec 2010 02:29:37 +0500
changeset 3713
3e4fbf6666ae
parent 3712
d96975b85cca
child 3714
f18515d2d10b

prosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists.

prosody file | annotate | diff | comparison | revisions
--- a/prosody	Tue Dec 07 19:27:58 2010 +0000
+++ b/prosody	Wed Dec 08 02:29:37 2010 +0500
@@ -286,7 +286,6 @@
 	--- Load and initialise core modules
 	require "util.import"
 	require "util.xmppstream"
-	require "core.xmlhandlers"
 	require "core.rostermanager"
 	require "core.hostmanager"
 	require "core.modulemanager"

mercurial