diff options
author | Waqas Hussain <waqas20@gmail.com> | 2010-03-23 20:48:57 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2010-03-23 20:48:57 +0500 |
commit | 268f3d77be14f56bcb5d9bd09b3736c432768ace (patch) | |
tree | a83d56ea68c04b331fe9da0630cc34c2f2578494 | |
parent | a8a3b65e1f0a7ab9a5aabcc76ea1318f96ab5149 (diff) | |
download | prosody-268f3d77be14f56bcb5d9bd09b3736c432768ace.tar.gz prosody-268f3d77be14f56bcb5d9bd09b3736c432768ace.zip |
prosody.cfg.lua.dist: Disable mod_privacy by default.
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 021f6f11..0eeed825 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -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 |