-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MIP-3] Support MQTT protocol version 5 #369
Comments
I will continue work for this after MIP-1. |
This was referenced May 13, 2022
2 tasks
This was referenced Jun 13, 2022
This was referenced Jun 21, 2022
Having completed this issue about supporting MQTT protocol version 5
Many thanks for your work on this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
Current we just support MQTT protocol version 3.1/3.11 and a part of version 5.
Goal
Complete support MQTT protocol version 5.
API Changes
none.
Implementation
CONNECT
topicAliasMaximum
#686Last will and testament
CONNACK
subscriptionIdentifiersAvailable
andmaximumPacketSize
#685subscriptionIdentifiersAvailable
andmaximumPacketSize
#685topicAliasMaximum
#686PUBLISH
PUBACK / PUBREC / PUBREL / PUBCOMP / SUBACK / SUBSCRIBE / SUBACK
SUBSCRIBE
DISCONNECT
AUTH @Technoboy- #693
Reject Alternatives
none.
The text was updated successfully, but these errors were encountered: