prosody.cfg.lua.dist: Replace mod_privacy with mod_blocklist in the default config

This commit is contained in:
Kim Alvefur 2014-08-10 10:27:20 +02:00
parent 0bdc884676
commit 939566b7fe

View file

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