Long-term we should switch to the new XMPP lib, which does continuous reconnects until you tell it to stop. But this should at least fix normal disconnects.
Long-term we should switch to the new XMPP lib, which does continuous reconnects until you tell it to stop. But this should at least fix normal disconnects.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Long-term we should switch to the new XMPP lib, which does continuous reconnects until you tell it to stop. But this should at least fix normal disconnects.
Left one comment, the rest looks good to me.
@@ -9,0 +16,4 @@xmpp.on('online', function(data) {robot.logger.info('XMPP connected with JID: ' + data.jid.toString());xmppRooms.forEach(room => xmpp.join(`${room}/wormholedev`));Is this supposed to use the hardcoded name "wormholedev"?
Good catch. Thanks!
Looking all good now 👍
Released as 1.1.0 and deployed in production.