njh / ruby-mqtt

Pure Ruby gem that implements the MQTT protocol, a lightweight protocol for publish/subscribe messaging.
http://www.rubydoc.info/gems/mqtt
MIT License
542 stars 135 forks source link

Support for MQTT 5 #162

Open adamzolosyncro opened 10 months ago

adamzolosyncro commented 10 months ago

Are there any plans to add support for MQTT 5?

njh commented 9 months ago

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.

graial commented 5 months ago

Good morning, commenting in order to follow this development and perhaps also help with the TLS implementation when the time comes. Cheers

devsheva commented 3 months ago

any updates about this?