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 3835
f6f0c460e1f2
parent 3834
1bb987224406
child 3836
2c4535e13f23

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