prosody.cfg.lua: Add mod_offline to the list of modules that can be disabled, and...
authorMatthew Wild <mwild1@gmail.com>
Fri, 7 Jan 2011 05:08:09 +0000 (05:08 +0000)
committerMatthew Wild <mwild1@gmail.com>
Fri, 7 Jan 2011 05:08:09 +0000 (05:08 +0000)
prosody.cfg.lua.dist

index 418505376b3a126adf5901b24daaca78dc9b14d3..c8d0bcdaa365f3fcb97a1656eda42b536828338e 100644 (file)
@@ -73,9 +73,10 @@ modules_enabled = {
 -- (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