1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/nodes/core/io/lib
Nicholas O'Leary 7040aaa179 Add clientid/username/password to MQTT nodes
Alternative implementation, closes #42

The username/password as not stored in the main flow file for security reasons;
they are stored in the adjacent credentials file. This does mean an extra step
to importing an MQTT node, as the user has to manually edit it to re-add username
and password if needed.
2013-11-25 22:50:08 +00:00
..
mqtt.js Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
mqttConnectionPool.js Add clientid/username/password to MQTT nodes 2013-11-25 22:50:08 +00:00