diff options
author | Kim Alvefur <zash@zash.se> | 2018-12-11 23:24:14 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-12-11 23:24:14 +0100 |
commit | b1c3c4bc382df869fab3783a1ba35261e81420a6 (patch) | |
tree | e4a9d7bfee1111d5338ce03654b9b6e3605f4a6f | |
parent | d8f36fc7e8430aec376267b5f57dc1064dc48c9e (diff) | |
download | prosody-b1c3c4bc382df869fab3783a1ba35261e81420a6.tar.gz prosody-b1c3c4bc382df869fab3783a1ba35261e81420a6.zip |
spec/scansion/prosody.cfg.lua: Update a comment from prosody.cfg.lua.dist for easier comparisons
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index 94861449..170371e1 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -14,7 +14,7 @@ modules_enabled = { -- Not essential, but recommended "carbons"; -- Keep multiple clients in sync - "pep"; -- Enables users to publish their mood, activity, playing music and more + "pep"; -- Enables users to publish their avatar, mood, activity, playing music and more "private"; -- Private XML storage (for room bookmarks, etc.) "blocklist"; -- Allow users to block communications with other users "vcard"; -- Allow users to set vCards |