prosody.cfg.lua.dist: Disable mod_privacy by default.

This commit is contained in:
Waqas Hussain 2010-03-23 20:48:57 +05:00
parent a8a3b65e1f
commit 268f3d77be

View file

@ -59,8 +59,8 @@ Host "*"
-- Not essential, but recommended
"private"; -- Private XML storage (for room bookmarks, etc.)
"vcard"; -- Allow users to set vCards
"privacy"; -- Support privacy lists
"tls"; -- Support for secure TLS on c2s/s2s connections
--"privacy"; -- Support privacy lists
--"compression"; -- Stream compression for client-to-server streams
-- Nice to have