mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Update version notes of options and commands
This commit is contained in:
parent
c271d73dbd
commit
d717ffd1a0
@ -478,7 +478,7 @@ doc() ->
|
||||
desc => ?T("Deprecated. Use _`captcha_url`_ instead.")}},
|
||||
{captcha_url,
|
||||
#{value => ?T("URL | auto | undefined"),
|
||||
note => "improved in 23.xx",
|
||||
note => "improved in 23.04",
|
||||
desc =>
|
||||
?T("An URL where http://../basic/#captcha[CAPTCHA] requests should be sent. NOTE: you need "
|
||||
"to configure 'request_handlers' for 'ejabberd_http' listener "
|
||||
|
@ -66,6 +66,7 @@ depends(_Host, _Opts) ->
|
||||
get_commands_spec() ->
|
||||
[#ejabberd_commands{name = update_sql, tags = [sql],
|
||||
desc = "Convert MS SQL, MySQL or PostgreSQL DB to the new format",
|
||||
note = "improved in 23.04",
|
||||
module = ?MODULE, function = update_sql,
|
||||
args = [],
|
||||
args_example = [],
|
||||
|
@ -413,6 +413,7 @@ get_commands_spec() ->
|
||||
result = {affiliation, atom}},
|
||||
#ejabberd_commands{name = get_room_history, tags = [muc_room],
|
||||
desc = "Get history of messages stored inside MUC room state",
|
||||
note = "added in 23.04",
|
||||
module = ?MODULE, function = get_room_history,
|
||||
args_desc = ["Room name", "MUC service"],
|
||||
args_example = ["room1", "muc.example.com"],
|
||||
|
Loading…
Reference in New Issue
Block a user