prosody.cfg.lua: Add mod_offline to the list of modules that can be disabled, and add comments for all auto-loaded modules

This commit is contained in:
Matthew Wild 2011-01-07 05:08:09 +00:00
parent 74408ff9f5
commit 71d5a8a228

View 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