cleartext / ximpp-server

Cleartext ESM - MIcroblogging
3 stars 0 forks source link

Bot does not respond after ejabberd reboot. #18

Closed svetlyak40wt closed 14 years ago

svetlyak40wt commented 14 years ago

I found the reason why bot hangs. It hangs when it loses connection to the ejabberd server (may be the reason is server reboot). The bug is in the SleekXMPP code, the thread which processes events, exit on reconnect, and don't started again.

I think, the problem can be fixed, but we have to fork SleekXMPP and hope that patches will be accepted to the upstream.

svetlyak40wt commented 14 years ago

SleekXMPP was patched, problem had gone.

svetlyak40wt commented 14 years ago

done