diff --git a/social/xmpp/92-xmpp.js b/social/xmpp/92-xmpp.js index 33d2f917..4525c6a5 100644 --- a/social/xmpp/92-xmpp.js +++ b/social/xmpp/92-xmpp.js @@ -399,7 +399,7 @@ module.exports = function(RED) { node.quiet = false; node.status({fill:"green",shape:"dot",text:"connected"}); if (node.join) { - node.jointick = setInterval(function() { joinrooms(); }, 60000); + node.jointick = setInterval(function() { joinrooms(); }, 90000); joinrooms(); } });