mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
prosody.cfg.lua.dist: Replace old vcard module with new ones
This commit is contained in:
parent
e9458e4c87
commit
f8eb580c6b
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ modules_enabled = {
|
||||||
"pep"; -- Enables users to publish their avatar, mood, activity, playing music and more
|
"pep"; -- Enables users to publish their avatar, mood, activity, playing music and more
|
||||||
"private"; -- Private XML storage (for room bookmarks, etc.)
|
"private"; -- Private XML storage (for room bookmarks, etc.)
|
||||||
"blocklist"; -- Allow users to block communications with other users
|
"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
|
-- Nice to have
|
||||||
"version"; -- Replies to server version requests
|
"version"; -- Replies to server version requests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue