mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Use correct type for initial c2s #state.user value
This commit is contained in:
parent
de3e1c3508
commit
2446b66016
@ -94,7 +94,7 @@
|
|||||||
tls_options = [],
|
tls_options = [],
|
||||||
authenticated = false,
|
authenticated = false,
|
||||||
jid,
|
jid,
|
||||||
user = "", server = <<"">>, resource = <<"">>,
|
user = <<"">>, server = <<"">>, resource = <<"">>,
|
||||||
sid,
|
sid,
|
||||||
pres_t = ?SETS:new(),
|
pres_t = ?SETS:new(),
|
||||||
pres_f = ?SETS:new(),
|
pres_f = ?SETS:new(),
|
||||||
|
Loading…
Reference in New Issue
Block a user