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 | 5c13b58b71a772407235632f8b66d7ceb8d097cf (patch) | |
tree | 9aa82d3b856d75c8c7815df57af8107a06c4815c /prosody.cfg.lua.dist | |
parent | a513d51a06bde215d7c3291f5ff4ba75e038dd4d (diff) | |
download | prosody-5c13b58b71a772407235632f8b66d7ceb8d097cf.tar.gz prosody-5c13b58b71a772407235632f8b66d7ceb8d097cf.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.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 |