replace xmpp-simple with @xmpp/client (#664)

* replace xmpp-simple with @xmpp/client

* indent at 4

* remove trailing commas
This commit is contained in:
Andreas Martens
2020-07-16 10:00:27 +01:00
committed by GitHub
parent 2d0c8f0fb0
commit e334040dd7
3 changed files with 403 additions and 128 deletions

View File

@@ -1,18 +1,21 @@
{
"name" : "node-red-node-xmpp",
"version" : "0.2.4",
"description" : "A Node-RED node to talk to an XMPP server",
"dependencies" : {
"simple-xmpp" : "^1.3.1"
"name": "node-red-node-xmpp",
"version": "0.2.4",
"description": "A Node-RED node to talk to an XMPP server",
"dependencies": {
"@xmpp/client": "^0.11.1"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/xmpp"
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/social/xmpp"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "xmpp" ],
"node-red" : {
"nodes" : {
"keywords": [
"node-red",
"xmpp"
],
"node-red": {
"nodes": {
"xmpp": "92-xmpp.js"
}
},