prosody: Load util.xmppstream :(

Sun, 09 May 2010 20:46:24 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 09 May 2010 20:46:24 +0100
changeset 3033
0194d7eab8a5
parent 3032
38459cffaf67
child 3034
b9ebd44a35f9

prosody: Load util.xmppstream :(

prosody file | annotate | diff | comparison | revisions
--- a/prosody	Sun May 09 20:45:53 2010 +0100
+++ b/prosody	Sun May 09 20:46:24 2010 +0100
@@ -285,6 +285,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"

mercurial