aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-10-29 22:04:58 +0100
committerKim Alvefur <zash@zash.se>2018-10-29 22:04:58 +0100
commitf8eb580c6b958251d779ef60cd0548fd76fc131c (patch)
tree9aa82d3b856d75c8c7815df57af8107a06c4815c /prosody.cfg.lua.dist
parente9458e4c875b892b6b1e8221d1339a57ed5f8b65 (diff)
downloadprosody-f8eb580c6b958251d779ef60cd0548fd76fc131c.tar.gz
prosody-f8eb580c6b958251d779ef60cd0548fd76fc131c.zip
prosody.cfg.lua.dist: Replace old vcard module with new ones
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist3
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