1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

mod_muc: Document MUC room option vcard_xupdate

This commit is contained in:
Badlop 2025-01-15 20:16:43 +01:00
parent 9827ad43e4
commit aa612463cc

View file

@ -1692,6 +1692,11 @@ mod_doc() ->
" -", " -",
" work: true", " work: true",
" street: Elm Street"]}}, " street: Elm Street"]}},
{vcard_xupdate,
#{value => "undefined | external | AvatarHash",
desc =>
?T("Set the hash of the avatar image. "
"The default value is 'undefined'.")}},
{cleanup_affiliations_on_start, {cleanup_affiliations_on_start,
#{value => "true | false", #{value => "true | false",
note => "added in 22.05", note => "added in 22.05",