prosody.cfg.lua.dist
changeset 4089 0bcbe6c24a6e
parent 4087 e239504d8fff
child 4090 111734f49a65
--- 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