ejabberd_options_doc.erl: Added outgoing_s2s_families deprecation

notice.

Signed-off-by: Jonathan Davies <jpds@protonmail.com>
This commit is contained in:
Jonathan Davies 2022-12-16 16:12:51 +00:00
parent fe0cfadda8
commit 9d37a86bdd
2 changed files with 5 additions and 1 deletions

View File

@ -1208,6 +1208,8 @@ percents\&.
Specify which address families to try, in what order\&. The default is
\fI[ipv6, ipv4]\fR
which means it first tries connecting with IPv6, if that fails it tries using IPv4\&.
.PP
NOTE: This option is obsolete and irrelevant when using ejabberd 23.xx and Erlang/OTP 22, or newer versions of them.
.RE
.sp
\fINote\fR about the next option: added in 20\&.12:

View File

@ -969,7 +969,9 @@ doc() ->
desc =>
?T("Specify which address families to try, in what order. "
"The default is '[ipv4, ipv6]' which means it first tries "
"connecting with IPv4, if that fails it tries using IPv6.")}},
"connecting with IPv4, if that fails it tries using IPv6."
"This option is obsolete and irrelevant when using ejabberd 23.xx "
"and Erlang/OTP 22, or newer versions of them.")}},
{outgoing_s2s_ipv4_address,
#{value => "Address",
note => "added in 20.12",