From e8bbf87b3dac657c4e4af5ff1459047fa2f1a268 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 10 Jul 2009 16:38:35 +0100 Subject: prosody.cfg.lua.dist: Add auto-loaded modules to the config --- prosody.cfg.lua.dist | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 8e12f922..51ea3b3d 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -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; -- cgit v1.2.3