I need to communicate to another xmpp server over a slow link. Is there anyway to configure the connection and retry timeouts?
Thanks
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
I need to communicate to another xmpp server over a slow link. Is there anyway to configure the connection and retry timeouts?
Thanks
The S2S retry timeouts are
The S2S retry timeouts are not configurable. You will have to modify the hardcoded values in ejabberd_s2s_out.erl and recompile that file.