mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
parent
95244c3b6f
commit
c3b4b4ce4f
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ init([{#ws{ip = IP, http_opts = HOpts}, _} = WS]) ->
|
||||||
({resume_timeout, _}) -> true;
|
({resume_timeout, _}) -> true;
|
||||||
({max_resume_timeout, _}) -> true;
|
({max_resume_timeout, _}) -> true;
|
||||||
({resend_on_timeout, _}) -> true;
|
({resend_on_timeout, _}) -> true;
|
||||||
|
({access, _}) -> true;
|
||||||
(_) -> false
|
(_) -> false
|
||||||
end, HOpts),
|
end, HOpts),
|
||||||
Opts = ejabberd_c2s_config:get_c2s_limits() ++ SOpts,
|
Opts = ejabberd_c2s_config:get_c2s_limits() ++ SOpts,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue