aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2014-08-10 10:31:18 +0200
committerKim Alvefur <zash@zash.se>2014-08-10 10:31:18 +0200
commite022111d6adec83637e0ba3b5d8a7f7dcf63bef4 (patch)
tree036a3694d936f4a5862d2b8c631599fddbbab355 /prosody.cfg.lua.dist
parent0437582ce056715d99a91bf0afe958b045d0cc6a (diff)
parentaa558a1dc7bf72debc066690e43e3a6fc4be1db7 (diff)
downloadprosody-e022111d6adec83637e0ba3b5d8a7f7dcf63bef4.tar.gz
prosody-e022111d6adec83637e0ba3b5d8a7f7dcf63bef4.zip
Merge 0.10->trunk
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