mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
prosody.cfg.lua.dist: Disable mod_privacy by default.
This commit is contained in:
parent
a8a3b65e1f
commit
268f3d77be
1 changed files with 1 additions and 1 deletions
|
@ -59,8 +59,8 @@ Host "*"
|
||||||
-- Not essential, but recommended
|
-- Not essential, but recommended
|
||||||
"private"; -- Private XML storage (for room bookmarks, etc.)
|
"private"; -- Private XML storage (for room bookmarks, etc.)
|
||||||
"vcard"; -- Allow users to set vCards
|
"vcard"; -- Allow users to set vCards
|
||||||
"privacy"; -- Support privacy lists
|
|
||||||
"tls"; -- Support for secure TLS on c2s/s2s connections
|
"tls"; -- Support for secure TLS on c2s/s2s connections
|
||||||
|
--"privacy"; -- Support privacy lists
|
||||||
--"compression"; -- Stream compression for client-to-server streams
|
--"compression"; -- Stream compression for client-to-server streams
|
||||||
|
|
||||||
-- Nice to have
|
-- Nice to have
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue