aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2014-08-10 10:27:20 +0200
committerKim Alvefur <zash@zash.se>2014-08-10 10:27:20 +0200
commit939566b7fe818a1bac1e664c178a62852dd590f6 (patch)
tree202b1e6cc2ea32d0c1eeb41e1291269c58ba8d45 /prosody.cfg.lua.dist
parent0bdc884676da213a2ae6ce7ba28a3081eb31946c (diff)
downloadprosody-939566b7fe818a1bac1e664c178a62852dd590f6.tar.gz
prosody-939566b7fe818a1bac1e664c178a62852dd590f6.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.dist2
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