mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
Update 92-xmpp.js
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user