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

MQTTV5: optional server feature availability #28

Open
icraggs opened this issue Aug 4, 2017 · 0 comments
Open

MQTTV5: optional server feature availability #28

icraggs opened this issue Aug 4, 2017 · 0 comments
Assignees

Comments

@icraggs
Copy link
Contributor

icraggs commented Aug 4, 2017

Define a set of features which the Server does not allow and provide a mechanism for the Server to specify this to the Client. The features which can be specified in this way are: Maximum QoS, Retain Available, Wildcard Subscription Available, Subscription Identifier Available, and Shared Subscription Available. It is an error for the Client to use features that the Server has declared are not available.

It is possible in earlier versions of MQTT for a Server to not implement a feature by declaring that the Client is not authorized for that function. This feature allows such optional behavior to be declared and adds specific Reason Codes when the Client uses one of these features anyway.

@icraggs icraggs added this to the MQTT V5.0 support milestone Aug 4, 2017
@icraggs icraggs self-assigned this Aug 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant