meeki007 abceb1185b
Update 10-mqtt.js to meet mqtt specification of 23 length clientid
MQTT clientid:
If automatically generating a clientid for user it should be =< 23
Right now it generates length of 24.

See mqtt specifications --> http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html#_Toc385349242
"The Server MUST allow ClientIds which are between 1 and 23 UTF-8 encoded bytes in length,..."

As 23 is the minimum we should shoot for this specification.

I noticed this when connecting to a mqtt server that was set to minimum spec. it would not connect! Sure I can generate my own ID or fill it in with less than 23 but it did confuse me for 15min.
2024-12-12 11:15:23 -05:00
..
2023-08-16 19:21:31 +09:00
2018-10-25 11:18:13 +01:00
2018-08-04 22:23:06 +01:00
2018-08-17 22:10:54 +01:00
2022-01-27 12:49:48 +00:00
2024-10-10 11:05:08 +01:00
2018-08-21 13:43:11 +01:00

@node-red/nodes

Node-RED core nodes module.

This provides all of the core Node-RED nodes.

Source

The main Node-RED modules are maintained as a monorepo on GitHub.