Open l29ah opened 3 years ago
That sounds familiar. :D https://salsa.debian.org/mdosch/go-sendxmpp/-/blob/master/go-sendxmpp.go#L533
Oh, so this is ejabberd's fault!?
I don't think so. I have been told it's the lib closing the stream to early: https://github.com/mattn/go-xmpp/issues/112
On 18.11.2021 20:13, Sergey Alirzaev wrote:
Oh, so this is ejabberd's fault!?
-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/l29ah/hsendxmpp/issues/1#issuecomment-973719707
Observed in ejabberd-local MUCs. Adding a sleep before
endSession
works around the issue. Poking it with @weiss uncovered that it's likely pontarius-xmpp closing the connection before even the unavailable presence gets out.