mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Add auto-loaded modules to the config
This commit is contained in:
parent
d51286cbf6
commit
e8bbf87b3d
1 changed files with 9 additions and 0 deletions
|
@ -62,6 +62,15 @@ Host "*"
|
|||
--"httpserver"; -- Serve static files from a directory over HTTP
|
||||
};
|
||||
|
||||
-- These modules are auto-loaded, should you
|
||||
-- for (for some mad reason) want to disable
|
||||
-- them then uncomment them below
|
||||
modules_disabled = {
|
||||
-- "presence";
|
||||
-- "message";
|
||||
-- "iq";
|
||||
};
|
||||
|
||||
-- Disable account creation by default, for security
|
||||
-- For more information see http://prosody.im/doc/creating_accounts
|
||||
allow_registration = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue