Software /
code /
prosody
Comparison
spec/scansion/prosody.cfg.lua @ 9701:7baac5f0c3a5
spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and mod_vcard_legacy as in default config
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 11 Dec 2018 23:25:16 +0100 |
parent | 9700:f540bb378501 |
child | 9702:3a1b07d8c314 |
comparison
equal
deleted
inserted
replaced
9700:f540bb378501 | 9701:7baac5f0c3a5 |
---|---|
15 -- Not essential, but recommended | 15 -- Not essential, but recommended |
16 "carbons"; -- Keep multiple clients in sync | 16 "carbons"; -- Keep multiple clients in sync |
17 "pep"; -- Enables users to publish their avatar, mood, activity, playing music and more | 17 "pep"; -- Enables users to publish their avatar, mood, activity, playing music and more |
18 "private"; -- Private XML storage (for room bookmarks, etc.) | 18 "private"; -- Private XML storage (for room bookmarks, etc.) |
19 "blocklist"; -- Allow users to block communications with other users | 19 "blocklist"; -- Allow users to block communications with other users |
20 "vcard"; -- Allow users to set vCards | 20 "vcard4"; -- User profiles (stored in PEP) |
21 "vcard_legacy"; -- Conversion between legacy vCard and PEP Avatar, vcard | |
21 | 22 |
22 -- Nice to have | 23 -- Nice to have |
23 "version"; -- Replies to server version requests | 24 "version"; -- Replies to server version requests |
24 "uptime"; -- Report how long server has been running | 25 "uptime"; -- Report how long server has been running |
25 "time"; -- Let others know the time here on this server | 26 "time"; -- Let others know the time here on this server |