From 437b2d506bf5d0aed95c34f403f81fb16d6827e5 Mon Sep 17 00:00:00 2001 From: Richard Ruston Date: Wed, 3 Jun 2015 08:54:43 +0200 Subject: [PATCH] Update MQTT node to use MQTT.js 1.2 and enable secure connections --- nodes/core/io/10-mqtt.html | 64 ++++++++- nodes/core/io/10-mqtt.js | 283 +++++++++++++++++++++++++++++++++---- package.json | 2 +- 3 files changed, 314 insertions(+), 35 deletions(-) diff --git a/nodes/core/io/10-mqtt.html b/nodes/core/io/10-mqtt.html index b0b94f647..db6c759e2 100644 --- a/nodes/core/io/10-mqtt.html +++ b/nodes/core/io/10-mqtt.html @@ -1,12 +1,9 @@