Skip to content

Commit aa61246

Browse files
committed
mod_muc: Document MUC room option vcard_xupdate
1 parent 9827ad4 commit aa61246

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/mod_muc.erl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,6 +1692,11 @@ mod_doc() ->
16921692
" -",
16931693
" work: true",
16941694
" street: Elm Street"]}},
1695+
{vcard_xupdate,
1696+
#{value => "undefined | external | AvatarHash",
1697+
desc =>
1698+
?T("Set the hash of the avatar image. "
1699+
"The default value is 'undefined'.")}},
16951700
{cleanup_affiliations_on_start,
16961701
#{value => "true | false",
16971702
note => "added in 22.05",

0 commit comments

Comments
 (0)