eclipse / paho.mqtt.javascript

paho.mqtt.javascript
Other
1.15k stars 467 forks source link

MQTT v5.0 support #139

Open boneskull opened 6 years ago

boneskull commented 6 years ago

Add MQTT v5.0 support to this client.

I'll enumerate what those changes are when I figure out what they are. I plan to begin this work in earnest after I've done something about #138, and I can start #138 after next week.

References, prior art, etc:

ashchurko commented 6 years ago

Whenever you will be ready to start 5.0 protocol integration we have broker ready for play with. And we need 5.0 features in jscript client. The most valuable in my opinion are: commands(response topics), message expiration interval and will delay interval.

manifest commented 6 years ago

Is there any progress on this one? There are currently a bunch of brokers that have already implemented v5 support.

ashchurko commented 6 years ago

mqtt.js already contain 5.0 protocol support

damouse commented 4 years ago

Any progress?

arreumb commented 2 years ago

Is support for MQTT v5.0 for paho javascript client abandoned ?

davidhmays commented 11 months ago

Can we please know if MQTT v5.0 is supported in Paho.MQTT.Javascript?

joed74 commented 5 months ago

I added basic MQTT v5.0 support to be able to read userProperties: https://github.com/joed74/paho.mqtt.javascript