diff options
author | Kim Alvefur <zash@zash.se> | 2014-08-10 10:27:20 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2014-08-10 10:27:20 +0200 |
commit | ddb6380e92e05978b30a1f91be65ff3ff85d1833 (patch) | |
tree | 202b1e6cc2ea32d0c1eeb41e1291269c58ba8d45 /prosody.cfg.lua.dist | |
parent | 9ad24a640ea806a3a78e85c6c4ef101a31a5186a (diff) | |
download | prosody-ddb6380e92e05978b30a1f91be65ff3ff85d1833.tar.gz prosody-ddb6380e92e05978b30a1f91be65ff3ff85d1833.zip |
prosody.cfg.lua.dist: Replace mod_privacy with mod_blocklist in the default config
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 1 insertions, 1 deletions
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 |