jt3k / chat-linker

the bridge between jabber and telegram over chat-bots
MIT License
46 stars 9 forks source link

Sometimes bot loses connection to XMPP and won't restore it #17

Closed ForNeVeR closed 7 years ago

ForNeVeR commented 7 years ago

Sometimes bot is disconnected from XMPP, and it restores the connection only after any message to Telegram. I suspect that something's wrong with client timeouts; please make it configurable.

ForNeVeR commented 7 years ago

Probably we need to enable periodic XMPP ping somehow. It's usually included as an option into XMPP library.

ForNeVeR commented 7 years ago

Well, it was fixed by my PR.

jt3k commented 7 years ago

😋