1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

mod_matrix_gw: Document what room versions are supported since when

This commit is contained in:
Badlop 2025-08-13 11:36:38 +02:00
parent 5edba59b24
commit 903e6b70b4

View file

@ -1000,9 +1000,12 @@ mod_options(Host) ->
mod_doc() ->
#{desc =>
[?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("This module is available since ejabberd 24.02.")],
note => "improved in 25.07",
note => "improved in 25.xx",
example =>
["listen:",
" -",