prosody.cfg.lua.dist: Add auto-loaded modules to the config

This commit is contained in:
Matthew Wild 2009-07-10 16:38:35 +01:00
parent d51286cbf6
commit e8bbf87b3d

View file

@ -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;