mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Switch to fast_tls and update app names
This commit is contained in:
parent
9ae1371c6e
commit
71ee0d56fa
12 changed files with 46 additions and 47 deletions
|
@ -35,8 +35,8 @@
|
|||
headers = [] :: [{atom() | binary(), binary()}]}).
|
||||
|
||||
-record(ws,
|
||||
{socket :: inet:socket() | p1_tls:tls_socket(),
|
||||
sockmod = gen_tcp :: gen_tcp | p1_tls,
|
||||
{socket :: inet:socket() | fast_tls:tls_socket(),
|
||||
sockmod = gen_tcp :: gen_tcp | fast_tls,
|
||||
ip :: {inet:ip_address(), inet:port_number()},
|
||||
host = <<"">> :: binary(),
|
||||
port = 5280 :: inet:port_number(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue