mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Add two more version notes
This commit is contained in:
parent
855c828d1f
commit
6b0058c89c
2 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,7 @@ get_commands_spec() ->
|
||||||
#ejabberd_commands{name = update, tags = [server],
|
#ejabberd_commands{name = update, tags = [server],
|
||||||
desc = "Update the given module",
|
desc = "Update the given module",
|
||||||
longdesc = "To update all the possible modules, use `all`.",
|
longdesc = "To update all the possible modules, use `all`.",
|
||||||
|
note = "improved in 24.10",
|
||||||
module = ?MODULE, function = update,
|
module = ?MODULE, function = update,
|
||||||
args_example = ["all"],
|
args_example = ["all"],
|
||||||
args = [{module, string}],
|
args = [{module, string}],
|
||||||
|
|
|
@ -117,6 +117,7 @@ mod_doc() ->
|
||||||
"carefully, only if you trust a component."), "",
|
"carefully, only if you trust a component."), "",
|
||||||
?T("NOTE: This module is complementary to _`mod_delegation`_, "
|
?T("NOTE: This module is complementary to _`mod_delegation`_, "
|
||||||
"but can also be used separately.")],
|
"but can also be used separately.")],
|
||||||
|
note => "improved in 24.10",
|
||||||
opts =>
|
opts =>
|
||||||
[{roster,
|
[{roster,
|
||||||
#{value => ?T("Options"),
|
#{value => ?T("Options"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue