xmpp auto create rooms correctly and auto join every 60 secs if required

This commit is contained in:
Dave Conway-Jones
2021-02-25 09:05:11 +00:00
parent cafdb26832
commit c368e3bcd4
2 changed files with 91 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red-node-xmpp",
"version": "0.4.0",
"version": "0.4.1",
"description": "A Node-RED node to talk to an XMPP server",
"dependencies": {
"@xmpp/client": "^0.12.0"