mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +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
|
||||
"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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue