mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
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:
parent
74408ff9f5
commit
71d5a8a228
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue