mirror of
https://github.com/processone/ejabberd
synced 2025-10-04 02:09:33 +02:00
Update some modules doc to use the note field
This commit is contained in:
parent
b70a2fe4cf
commit
6e5895ce45
7 changed files with 12 additions and 14 deletions
|
@ -252,8 +252,6 @@ mod_doc() ->
|
|||
#{desc =>
|
||||
[?T("This module serves a simple page for the "
|
||||
"https://conversejs.org/[Converse] XMPP web browser client."), "",
|
||||
?T("This module is available since ejabberd 21.12."),
|
||||
?T("Several options were improved in ejabberd 22.05."), "",
|
||||
?T("To use this module, in addition to adding it to the 'modules' "
|
||||
"section, you must also enable it in 'listen' -> 'ejabberd_http' -> "
|
||||
"_`listen-options.md#request_handlers|request_handlers`_."), "",
|
||||
|
@ -263,6 +261,7 @@ mod_doc() ->
|
|||
?T("When 'conversejs_css' and 'conversejs_script' are 'auto', "
|
||||
"by default they point to the public Converse client.")
|
||||
],
|
||||
note => "added in 21.12 and improved in 22.05",
|
||||
example =>
|
||||
[{?T("Manually setup WebSocket url, and use the public Converse client:"),
|
||||
["listen:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue