Comparison

prosody.cfg.lua.dist @ 9591:b0d309abf7d4 0.11

prosody.cfg.lua.dist: Mention that mod_pep handles avatars
author Kim Alvefur <zash@zash.se>
date Mon, 29 Oct 2018 21:33:01 +0100
parent 9590:6d4da1b4b6f4
child 9592:c9ddc51053b7
comparison
equal deleted inserted replaced
9590:6d4da1b4b6f4 9591:b0d309abf7d4
44 "dialback"; -- s2s dialback support 44 "dialback"; -- s2s dialback support
45 "disco"; -- Service discovery 45 "disco"; -- Service discovery
46 46
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 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 "vcard"; -- Allow users to set vCards
53 53
54 -- Nice to have 54 -- Nice to have