# HG changeset patch # User Kim Alvefur # Date 1540847098 -3600 # Node ID 6e1379473c3c9807a02c314d33070c2b1e0882f5 # Parent c9ddc51053b7f130e816af7a6b50f7bd5e62d6d5 prosody.cfg.lua.dist: Replace old vcard module with new ones diff -r c9ddc51053b7 -r 6e1379473c3c prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Mon Oct 29 16:07:42 2018 +0100 +++ b/prosody.cfg.lua.dist Mon Oct 29 22:04:58 2018 +0100 @@ -49,7 +49,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