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