Changeset

4089:0bcbe6c24a6e

prosody.cfg.lua: Add mod_offline to the list of modules that can be disabled, and add comments for all auto-loaded modules
author Matthew Wild <mwild1@gmail.com>
date Fri, 07 Jan 2011 05:08:09 +0000
parents 4087:e239504d8fff
children 4090:111734f49a65
files prosody.cfg.lua.dist
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/prosody.cfg.lua.dist	Fri Jan 07 04:41:34 2011 +0000
+++ b/prosody.cfg.lua.dist	Fri Jan 07 05:08:09 2011 +0000
@@ -73,9 +73,10 @@
 -- (for some mad reason) want to disable
 -- them then uncomment them below
 modules_disabled = {
-	-- "presence";
-	-- "message";
-	-- "iq";
+	-- "presence"; -- Route user/contact status information
+	-- "message"; -- Route messages
+	-- "iq"; -- Route info queries
+	-- "offline"; -- Store offline messages
 };
 
 -- Disable account creation by default, for security