eclipse / paho.mqtt.javascript

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

MQTT 3.1.1 support for the JavaScript client #32

Closed jpwsutton closed 8 years ago

jpwsutton commented 8 years ago

migrated from Bugzilla #436052 status RESOLVED severity normal in component MQTT-JS for 1.0 Reported in version 1.0 on platform PC Assigned to: Al Stockdill-Mander

On 2014-05-28 09:06:34 -0400, Ian Craggs wrote:

Make the client conform to the 3.1.1 spec: http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/cs01/mqtt-v3.1.1-cs01.html

Should connect at 3.1.1 first, and fall back to 3.1 if that fails.

On 2014-06-12 05:22:19 -0400, Ian Craggs wrote:

Code added by Al. Now need to add tests.

On 2014-06-26 06:10:17 -0400, Al Stockdill-Mander wrote:

Code is in, tested and packages are uploaded and available