Fix version number in ejabberd_xmlrpc.erl

This commit is contained in:
Badlop 2024-01-22 16:30:57 +01:00
parent 45863b4651
commit d802b6ab44
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ format_arg({array, [{struct, Elements}]},
when is_list(Elements) ->
FormattedList = format_args(Elements, ElementsDef),
list_to_tuple(FormattedList);
%% New ejabberd 24.xx
%% New ejabberd 24.01
format_arg({struct, Elements},
{tuple, ElementsDef})
when is_list(Elements) ->