mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
ejabberd_options_doc.erl: Added outgoing_s2s_families deprecation
notice. Signed-off-by: Jonathan Davies <jpds@protonmail.com>
This commit is contained in:
parent
25ddd7b152
commit
ed84fee2bf
@ -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:
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user