Software /
code /
prosody
Comparison
spec/scansion/prosody.cfg.lua @ 9700:f540bb378501
spec/scansion/prosody.cfg.lua: Update a comment from prosody.cfg.lua.dist for easier comparisons
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 11 Dec 2018 23:24:14 +0100 |
parent | 9622:269c6df1f0fb |
child | 9701:7baac5f0c3a5 |
comparison
equal
deleted
inserted
replaced
9699:588ec80f1677 | 9700:f540bb378501 |
---|---|
12 "dialback"; -- s2s dialback support | 12 "dialback"; -- s2s dialback support |
13 "disco"; -- Service discovery | 13 "disco"; -- Service discovery |
14 | 14 |
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 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 "vcard"; -- Allow users to set vCards |
21 | 21 |
22 -- Nice to have | 22 -- Nice to have |