Software /
code /
prosody
Changeset
9593:6e1379473c3c 0.11
prosody.cfg.lua.dist: Replace old vcard module with new ones
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 29 Oct 2018 22:04:58 +0100 |
parents | 9592:c9ddc51053b7 |
children | 9595:69e1838a01c6 |
files | prosody.cfg.lua.dist |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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