eclipse / paho.mqtt.testing

An Eclipse Paho project - a Python broker for testing
https://eclipse.org/paho
Other
108 stars 73 forks source link

MQTTV5: Changes for CSD02 (wd 17) #42

Closed icraggs closed 6 years ago

icraggs commented 6 years ago

Changes Document CSD02 Spec

Change Connect Packet to have separate Will Properties Section SUBACK Packets must always have properties section (Remove if less than 3 check). UNSUBACK Packets must always have properties section (Remove if less than 3 check). Add Session Expiry Interval Property to CONACK Add User Properties to SUBSCRIBE Packet Add User Properties to UNSUBSCRIBE Packet

icraggs commented 6 years ago

Added will properties to connect.

icraggs commented 6 years ago

The rest of the changes now done.