mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Update version number to 24.12
This commit is contained in:
parent
01955b867d
commit
1481734f47
3 changed files with 3 additions and 3 deletions
|
@ -175,7 +175,7 @@ get_commands_spec() ->
|
|||
"announcement quoted, for example: \n"
|
||||
"`ejabberdctl evacuate_kindly 60 "
|
||||
"\\\"The server will stop in one minute.\\\"`",
|
||||
note = "added in 24.xx",
|
||||
note = "added in 24.12",
|
||||
module = ?MODULE, function = evacuate_kindly,
|
||||
args_desc = ["Seconds to wait", "Announcement to send, with quotes"],
|
||||
args_example = [60, <<"Server will stop now.">>],
|
||||
|
|
|
@ -1146,7 +1146,7 @@ doc() ->
|
|||
"or 'ram' if the latter is not set.")}},
|
||||
{redis_server,
|
||||
#{value => "Host | IP Address | Unix Socket Path",
|
||||
note => "improved in 24.xx",
|
||||
note => "improved in 24.12",
|
||||
desc =>
|
||||
?T("A hostname, IP address or unix domain socket file of the "
|
||||
"_`database.md#redis|Redis`_ server. "
|
||||
|
|
|
@ -185,7 +185,7 @@ get_commands_spec() ->
|
|||
#ejabberd_commands{name = create_rooms_file, tags = [muc],
|
||||
desc = "Create the rooms indicated in file",
|
||||
longdesc = "Provide one room JID per line. Rooms will be created after restart.",
|
||||
note = "improved in 24.xx",
|
||||
note = "improved in 24.12",
|
||||
module = ?MODULE, function = create_rooms_file,
|
||||
args_desc = ["Path to the text file with one room JID per line"],
|
||||
args_example = ["/home/ejabberd/rooms.txt"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue