Software /
code /
prosody
Changeset
1525:f30886f684eb
prosody.cfg.lua.dist: Add auto-loaded modules to the config
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 10 Jul 2009 16:38:35 +0100 |
parents | 1524:a89fec6d76d2 |
children | 1526:5f11a8d07161 |
files | prosody.cfg.lua.dist |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Fri Jul 10 15:33:53 2009 +0100 +++ b/prosody.cfg.lua.dist Fri Jul 10 16:38:35 2009 +0100 @@ -62,6 +62,15 @@ --"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;