Hi,
> > I am unable to reproduce your problem,
> > please upgrade to ejabberd 16.09-2 and try again.
>
> No change, as expected.
I tried to set up a server with a similar configuration (without ldap,
stun) and was not able to replicate the error.
I however never used mod_irc before so i set that up and I see that my
connection to the server crashed when max_fsm_queue is too low - I got
an error like so:
2017-06-12 18:33:13.093 [info]
<0.422.0>@mod_irc:get_default_encoding:799 The default_encoding
configured for host <<"domain.com">> is: <<"iso8859-1">>
2017-06-12 18:33:19.365 [info] <0.775.0>@ejabberd_c2s:terminate:1754
({socket_state,p1_tls,{tlssock,#Port<0.7362>,#Port<0.7364>},<0.774.0>})
Close session for [email protected]/1865953944149728158697801
>From my few tests, it seemed like the number of users in the channel were
greater than the 1000 c2s connections which were able to be queued up. I
set it to "undefined" (instead of 1000) and i had no problems with
irc.
I don't know if this helps, but perhaps you can try raising
max_fsm_queue?
Best,
Neil Castelino