From 71d5a8a228d6f9633b6cdec8df92c8519653e937 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 7 Jan 2011 05:08:09 +0000 Subject: prosody.cfg.lua: Add mod_offline to the list of modules that can be disabled, and add comments for all auto-loaded modules --- prosody.cfg.lua.dist | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'prosody.cfg.lua.dist') diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 418505376..c8d0bcdaa 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -73,9 +73,10 @@ modules_enabled = { -- (for some mad reason) want to disable -- them then uncomment them below modules_disabled = { - -- "presence"; - -- "message"; - -- "iq"; + -- "presence"; -- Route user/contact status information + -- "message"; -- Route messages + -- "iq"; -- Route info queries + -- "offline"; -- Store offline messages }; -- Disable account creation by default, for security -- cgit v1.2.3-59-g8ed1b