prosody.cfg.lua.dist: Add auto-loaded modules to the config
authorMatthew Wild <mwild1@gmail.com>
Fri, 10 Jul 2009 16:38:35 +0100
changeset 1525 f30886f684eb
parent 1524 a89fec6d76d2
child 1526 5f11a8d07161
prosody.cfg.lua.dist: Add auto-loaded modules to the config
prosody.cfg.lua.dist
--- a/prosody.cfg.lua.dist	Fri Jul 10 15:33:53 2009 +0100
+++ b/prosody.cfg.lua.dist	Fri Jul 10 16:38:35 2009 +0100
@@ -62,6 +62,15 @@
 				--"httpserver"; -- Serve static files from a directory over HTTP
 			  };
 	
+	-- These modules are auto-loaded, should you
+	-- for (for some mad reason) want to disable
+	-- them then uncomment them below
+	modules_disabled = {
+			-- "presence";
+			-- "message";
+			-- "iq";
+	};
+
 	-- Disable account creation by default, for security
 	-- For more information see http://prosody.im/doc/creating_accounts
 	allow_registration = false;