# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1294376889 0
# Node ID 0bcbe6c24a6eeaaa0175215326c167d077c70ffb
# Parent  e239504d8fff78119af8777338426a49487d4252
prosody.cfg.lua: Add mod_offline to the list of modules that can be disabled, and add comments for all auto-loaded modules

diff -r e239504d8fff -r 0bcbe6c24a6e prosody.cfg.lua.dist
--- 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