1
0
Fork 0
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:
Badlop 2024-12-17 10:04:31 +01:00
parent 01955b867d
commit 1481734f47
3 changed files with 3 additions and 3 deletions

View file

@ -175,7 +175,7 @@ get_commands_spec() ->
"announcement quoted, for example: \n" "announcement quoted, for example: \n"
"`ejabberdctl evacuate_kindly 60 " "`ejabberdctl evacuate_kindly 60 "
"\\\"The server will stop in one minute.\\\"`", "\\\"The server will stop in one minute.\\\"`",
note = "added in 24.xx", note = "added in 24.12",
module = ?MODULE, function = evacuate_kindly, module = ?MODULE, function = evacuate_kindly,
args_desc = ["Seconds to wait", "Announcement to send, with quotes"], args_desc = ["Seconds to wait", "Announcement to send, with quotes"],
args_example = [60, <<"Server will stop now.">>], args_example = [60, <<"Server will stop now.">>],

View file

@ -1146,7 +1146,7 @@ doc() ->
"or 'ram' if the latter is not set.")}}, "or 'ram' if the latter is not set.")}},
{redis_server, {redis_server,
#{value => "Host | IP Address | Unix Socket Path", #{value => "Host | IP Address | Unix Socket Path",
note => "improved in 24.xx", note => "improved in 24.12",
desc => desc =>
?T("A hostname, IP address or unix domain socket file of the " ?T("A hostname, IP address or unix domain socket file of the "
"_`database.md#redis|Redis`_ server. " "_`database.md#redis|Redis`_ server. "

View file

@ -185,7 +185,7 @@ get_commands_spec() ->
#ejabberd_commands{name = create_rooms_file, tags = [muc], #ejabberd_commands{name = create_rooms_file, tags = [muc],
desc = "Create the rooms indicated in file", desc = "Create the rooms indicated in file",
longdesc = "Provide one room JID per line. Rooms will be created after restart.", 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, module = ?MODULE, function = create_rooms_file,
args_desc = ["Path to the text file with one room JID per line"], args_desc = ["Path to the text file with one room JID per line"],
args_example = ["/home/ejabberd/rooms.txt"], args_example = ["/home/ejabberd/rooms.txt"],