Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 9593:6e1379473c3c 0.11
prosody.cfg.lua.dist: Replace old vcard module with new ones
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 29 Oct 2018 22:04:58 +0100 |
parent | 9592:c9ddc51053b7 |
child | 9636:fa35724dbdba |
comparison
equal
deleted
inserted
replaced
9592:c9ddc51053b7 | 9593:6e1379473c3c |
---|---|
47 -- Not essential, but recommended | 47 -- Not essential, but recommended |
48 "carbons"; -- Keep multiple clients in sync | 48 "carbons"; -- Keep multiple clients in sync |
49 "pep"; -- Enables users to publish their avatar, mood, activity, playing music and more | 49 "pep"; -- Enables users to publish their avatar, mood, activity, playing music and more |
50 "private"; -- Private XML storage (for room bookmarks, etc.) | 50 "private"; -- Private XML storage (for room bookmarks, etc.) |
51 "blocklist"; -- Allow users to block communications with other users | 51 "blocklist"; -- Allow users to block communications with other users |
52 "vcard"; -- Allow users to set vCards | 52 "vcard4"; -- User profiles (stored in PEP) |
53 "vcard_legacy"; -- Conversion between legacy vCard and PEP Avatar, vcard | |
53 | 54 |
54 -- Nice to have | 55 -- Nice to have |
55 "version"; -- Replies to server version requests | 56 "version"; -- Replies to server version requests |
56 "uptime"; -- Report how long server has been running | 57 "uptime"; -- Report how long server has been running |
57 "time"; -- Let others know the time here on this server | 58 "time"; -- Let others know the time here on this server |