mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
Fix dialyzer types
This commit is contained in:
parent
cfe396e155
commit
0d4b0b4218
@ -129,7 +129,7 @@
|
|||||||
host :: binary(),
|
host :: binary(),
|
||||||
port = 389 :: inet:port_number(),
|
port = 389 :: inet:port_number(),
|
||||||
sockmod = gen_tcp :: ssl | gen_tcp,
|
sockmod = gen_tcp :: ssl | gen_tcp,
|
||||||
tls = none :: none | tls,
|
tls = none :: none | tls | starttls,
|
||||||
tls_options = [] :: [{cacertfile, string()} |
|
tls_options = [] :: [{cacertfile, string()} |
|
||||||
{depth, non_neg_integer()} |
|
{depth, non_neg_integer()} |
|
||||||
{verify, non_neg_integer()}],
|
{verify, non_neg_integer()}],
|
||||||
|
Loading…
Reference in New Issue
Block a user