prosody: Enable storage manager.
authorWaqas Hussain <waqas20@gmail.com>
Sat, 31 Jul 2010 13:29:58 +0500
changeset 3413 7d34bcbf104c
parent 3412 7c66519f4973
child 3414 9a1f6239b63c
prosody: Enable storage manager.
prosody
--- a/prosody	Sat Jul 31 12:33:34 2010 +0500
+++ b/prosody	Sat Jul 31 13:29:58 2010 +0500
@@ -343,6 +343,7 @@
 		end
 		return username, host, datastore, data;
 	end);
+	require "core.storagemanager";
 end
 
 function prepare_to_start()