mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
mod_matrix_gw: Document what room versions are supported since when
This commit is contained in:
parent
5edba59b24
commit
903e6b70b4
1 changed files with 4 additions and 1 deletions
|
@ -1000,9 +1000,12 @@ mod_options(Host) ->
|
||||||
mod_doc() ->
|
mod_doc() ->
|
||||||
#{desc =>
|
#{desc =>
|
||||||
[?T("https://matrix.org/[Matrix] gateway. "),
|
[?T("https://matrix.org/[Matrix] gateway. "),
|
||||||
|
?T("Supports room versions 9, 10 and 11 since ejabberd 25.03; "
|
||||||
|
"room versions 4 and higher since ejabberd 25.07; "
|
||||||
|
"room version 12 (hydra rooms) since ejabberd 25.xx. "),
|
||||||
?T("Erlang/OTP 25 or higher is required to use this module."),
|
?T("Erlang/OTP 25 or higher is required to use this module."),
|
||||||
?T("This module is available since ejabberd 24.02.")],
|
?T("This module is available since ejabberd 24.02.")],
|
||||||
note => "improved in 25.07",
|
note => "improved in 25.xx",
|
||||||
example =>
|
example =>
|
||||||
["listen:",
|
["listen:",
|
||||||
" -",
|
" -",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue