]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/commit
[434143] Default protocol is now MQTT v3.1.1.
authorRoger A. Light <roger@atchoo.org>
Mon, 12 May 2014 21:35:23 +0000 (22:35 +0100)
committerRoger A. Light <roger@atchoo.org>
Mon, 12 May 2014 21:35:23 +0000 (22:35 +0100)
commitd0788450566db85baf0214098cb64a1b76406655
treeccbf784df862add6b460330ca3d6565de99b7224
parentdd6617ffb48700580ac851aeaf7ed789983fae28
[434143] Default protocol is now MQTT v3.1.1.

Connecting from both client.py and publish.py will use MQTT v3.1.1 by
default.

Client will reconnect using MQTT v3.1 if a v3.1.1 connection fails due to
the incorrect protocol version number.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=434143
Change-Id: I34c4288535b99c8a4f05d92f9e3c99d1fa07b5c1
ChangeLog.txt
README.rst
src/paho/mqtt/client.py
src/paho/mqtt/publish.py
test/paho_test.py