Skip to content
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

Improve MQTT5 properties support #31

Open
JavaSaBr opened this issue Dec 1, 2019 · 1 comment
Open

Improve MQTT5 properties support #31

JavaSaBr opened this issue Dec 1, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@JavaSaBr
Copy link
Owner

JavaSaBr commented Dec 1, 2019

Need to cover most MQTT5 properties.

@JavaSaBr
Copy link
Owner Author

JavaSaBr commented Dec 2, 2019

Properties which need to support in CONN packet:

  1. keepAlive
  2. receiveMax
  3. maximumPacketSize
  4. topicAliasMaximum
  5. requestResponseInformation
  6. requestProblemInformation

Properties which need to support in PUB packet:

  1. responseTopic
  2. contentType
  3. subscriptionIds
  4. correlationData
  5. topicAlias
  6. payloadFormatIndicator

Properties which need to support in SUB packet:
1.subscriptionId

@JavaSaBr JavaSaBr added the enhancement New feature or request label Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant