aperezdc / luabot

An XMPP (Jabber) bot written in Lua using the protocol implementation from Verse/Prosody
Other
27 stars 7 forks source link

Bot won't reconnect to server after it becomes unreachable #15

Open aperezdc opened 8 years ago

aperezdc commented 8 years ago

To reproduce this:

  1. Run the bot, and after the bot is running,
  2. cut the connection to the server. For example, by stopping the server.

The bot should detect that the connection was lost (it's TCP after all) and try to reconnect to the server.