mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Update spec
This commit is contained in:
parent
1a6baf223c
commit
5c3b43cd63
1 changed files with 1 additions and 1 deletions
|
@ -1234,7 +1234,7 @@ authenticate(#connect{password = Pass, properties = Props} = Pkt, State) ->
|
|||
Err
|
||||
end.
|
||||
|
||||
-spec tls_auth(jid:jid(), state()) -> boolean().
|
||||
-spec tls_auth(jid:jid(), state()) -> boolean() | no_cert.
|
||||
tls_auth(_JID, #state{tls_verify = false}) ->
|
||||
no_cert;
|
||||
tls_auth(JID, State) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue