prosody.cfg.lua.dist

changeset 1525
f30886f684eb
parent 1446
109ca9e7a6f3
child 1526
5f11a8d07161
--- 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;

mercurial