Software /
code /
prosody
Diff
prosody.cfg.lua.dist @ 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 (2009-07-10) |
parent | 1446:109ca9e7a6f3 |
child | 1526:5f11a8d07161 |
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;