mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
Add two more version notes
This commit is contained in:
parent
855c828d1f
commit
6b0058c89c
@ -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…
Reference in New Issue
Block a user