Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 6345:8e006348d0e5
prosody.cfg.lua.dist: Replace mod_privacy with mod_blocklist in the default config
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 10 Aug 2014 10:27:20 +0200 |
parent | 6037:7bbe22d8dd09 |
child | 7359:a5a080c12c96 |
child | 8258:503f424d4f07 |
comparison
equal
deleted
inserted
replaced
6344:68b5c1ed18dd | 6345:8e006348d0e5 |
---|---|
41 -- Not essential, but recommended | 41 -- Not essential, but recommended |
42 "private"; -- Private XML storage (for room bookmarks, etc.) | 42 "private"; -- Private XML storage (for room bookmarks, etc.) |
43 "vcard"; -- Allow users to set vCards | 43 "vcard"; -- Allow users to set vCards |
44 | 44 |
45 -- These are commented by default as they have a performance impact | 45 -- These are commented by default as they have a performance impact |
46 --"privacy"; -- Support privacy lists | 46 --"blocklist"; -- Allow users to block communications with other users |
47 --"compression"; -- Stream compression | 47 --"compression"; -- Stream compression |
48 | 48 |
49 -- Nice to have | 49 -- Nice to have |
50 "version"; -- Replies to server version requests | 50 "version"; -- Replies to server version requests |
51 "uptime"; -- Report how long server has been running | 51 "uptime"; -- Report how long server has been running |