Skip to content

Commit

Permalink
mod_muc: Document MUC room option vcard_xupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jan 15, 2025
1 parent 9827ad4 commit aa61246
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mod_muc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1692,6 +1692,11 @@ mod_doc() ->
" -",
" work: true",
" 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,
#{value => "true | false",
note => "added in 22.05",
Expand Down

0 comments on commit aa61246

Please sign in to comment.