Software /
code /
prosody
Changeset
9701:7baac5f0c3a5
spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and mod_vcard_legacy as in default config
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 11 Dec 2018 23:25:16 +0100 |
parents | 9700:f540bb378501 |
children | 9702:3a1b07d8c314 |
files | spec/scansion/prosody.cfg.lua |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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