ruby-mqtt
ruby-mqtt copied to clipboard
Support for MQTT 5
Are there any plans to add support for MQTT 5?
Yes, eventually.
Plan is to first separate out the packet parsing/serialising into a separate ruby gem. This will make it easier for other MQTT client/server implementations to make use of the packet parsing. Then plan is to add support for MQTT 5 to that.
Then finally add MQTT 5 functionality to this gem.
Good morning, commenting in order to follow this development and perhaps also help with the TLS implementation when the time comes. Cheers
any updates about this?