From 939566b7fe818a1bac1e664c178a62852dd590f6 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 10 Aug 2014 10:27:20 +0200 Subject: prosody.cfg.lua.dist: Replace mod_privacy with mod_blocklist in the default config --- prosody.cfg.lua.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prosody.cfg.lua.dist') diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index ade219a8..d2af75a0 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -43,7 +43,7 @@ modules_enabled = { "vcard"; -- Allow users to set vCards -- These are commented by default as they have a performance impact - --"privacy"; -- Support privacy lists + --"blocklist"; -- Allow users to block communications with other users --"compression"; -- Stream compression -- Nice to have -- cgit v1.2.3