# HG changeset patch # User Kim Alvefur # Date 1544567116 -3600 # Node ID 7baac5f0c3a57f1b27732f718795b9624cd3a96c # Parent f540bb3785011b7375e556affc701d0335208ebd spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and mod_vcard_legacy as in default config diff -r f540bb378501 -r 7baac5f0c3a5 spec/scansion/prosody.cfg.lua --- a/spec/scansion/prosody.cfg.lua Tue Dec 11 23:24:14 2018 +0100 +++ b/spec/scansion/prosody.cfg.lua Tue Dec 11 23:25:16 2018 +0100 @@ -17,7 +17,8 @@ "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