prosody.cfg.lua.dist: Replace mod_privacy with mod_blocklist in the default config
authorKim Alvefur <zash@zash.se>
Sun, 10 Aug 2014 10:27:20 +0200
changeset 6345 8e006348d0e5
parent 6344 68b5c1ed18dd
child 6346 ba7c86406d31
prosody.cfg.lua.dist: Replace mod_privacy with mod_blocklist in the default config
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