diff options
author | Kim Alvefur <zash@zash.se> | 2018-10-29 22:04:58 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-10-29 22:04:58 +0100 |
commit | f8eb580c6b958251d779ef60cd0548fd76fc131c (patch) | |
tree | 9aa82d3b856d75c8c7815df57af8107a06c4815c | |
parent | e9458e4c875b892b6b1e8221d1339a57ed5f8b65 (diff) | |
download | prosody-f8eb580c6b958251d779ef60cd0548fd76fc131c.tar.gz prosody-f8eb580c6b958251d779ef60cd0548fd76fc131c.zip |
prosody.cfg.lua.dist: Replace old vcard module with new ones
-rw-r--r-- | prosody.cfg.lua.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index c888ac8b..b6ea2ecb 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -49,7 +49,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 |