tidy up xmpp node slightly

handle errors better, more consistent status indicators
This commit is contained in:
Dave Conway-Jones
2016-01-29 17:58:01 +00:00
parent aa15e67440
commit be259a75fd
2 changed files with 24 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-xmpp",
"version" : "0.1.0",
"version" : "0.1.1",
"description" : "A Node-RED node to talk to an XMPP server",
"dependencies" : {
"simple-xmpp" : "1.3.*"