# HG changeset patch # User Kim Alvefur # Date 1407659240 -7200 # Node ID 8e006348d0e5cf040a27ef815673a98e6b18079a # Parent 68b5c1ed18ddf292768c085a6ad7759bf880682e prosody.cfg.lua.dist: Replace mod_privacy with mod_blocklist in the default config diff -r 68b5c1ed18dd -r 8e006348d0e5 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Sun Aug 10 10:27:00 2014 +0200 +++ b/prosody.cfg.lua.dist Sun Aug 10 10:27:20 2014 +0200 @@ -43,7 +43,7 @@ "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