When I restart my XMPP server (Prosody), my hubot instance does not reconnect automatically.
Instead, the hubot instance keeps trying to ping the server, but does not get a response.
[Wed Aug 05 2015 14:09:04 GMT+0200 (CEST)] DEBUG [sending ping] <iq type="get"><ping xmlns="urn:xmpp:ping"/></iq>
[Wed Aug 05 2015 14:09:34 GMT+0200 (CEST)] DEBUG [sending ping] <iq type="get"><ping xmlns="urn:xmpp:ping"/></iq>
I'm using the following package versions:
"hubot": "^2.13.2",
"hubot-xmpp": "^0.1.16"
And Prosody 0.10.
Any thoughts on what could be the issue? My normal clients reconnect fine.
If you need further information I'd be happy to debug this more.