diff options
author | Kim Alvefur <zash@zash.se> | 2018-12-11 23:25:16 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-12-11 23:25:16 +0100 |
commit | 35c3393bca3c7ce6f64ef22f0c2bfa133e4367e1 (patch) | |
tree | b724e5c84fb88eb7098695fbb4a5f7af26fa82ca /spec | |
parent | b1c3c4bc382df869fab3783a1ba35261e81420a6 (diff) | |
download | prosody-35c3393bca3c7ce6f64ef22f0c2bfa133e4367e1.tar.gz prosody-35c3393bca3c7ce6f64ef22f0c2bfa133e4367e1.zip |
spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and mod_vcard_legacy as in default config
Diffstat (limited to 'spec')
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index 170371e1..e8872bff 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -17,7 +17,8 @@ modules_enabled = { "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 + "vcard4"; -- User profiles (stored in PEP) + "vcard_legacy"; -- Conversion between legacy vCard and PEP Avatar, vcard -- Nice to have "version"; -- Replies to server version requests |