update xmpp to keep working with open fire

This commit is contained in:
Dave Conway-Jones
2018-03-29 17:39:46 +01:00
parent 84a445d9d8
commit b8b5a92ad1
2 changed files with 5 additions and 3 deletions

View File

@@ -102,7 +102,8 @@ module.exports = function(RED) {
host : node.host,
port : node.port,
skipPresence : true,
reconnect : false
reconnect : false,
preferred : "PLAIN"
});
}
catch(e) {
@@ -179,7 +180,8 @@ module.exports = function(RED) {
host : node.host,
port : node.port,
skipPresence : true,
reconnect : false
reconnect : false,
preferred : "PLAIN"
});
}
catch(e) {