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

Add support for MQTT v5.0 #75

Open
dborovcanin opened this issue Oct 31, 2024 · 0 comments
Open

Add support for MQTT v5.0 #75

dborovcanin opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dborovcanin
Copy link
Contributor

Is your feature request related to a problem? Please describe.

MQTT 5.0 is not mature enough to consider updating mGate to work with it.

Describe the feature you are requesting, as well as the possible use case(s) for it.

Some limitations of MQTT v3.1.1, such as lack of user properties requested here and lack of proper reason code for PUB and SUB packets (during authorization, we can forbid the operation, but we can't notify client about the result since in v3.1.1 reason is available only for CONNACK and SUBACK) are motivation to switch to MQTT v5.0

Indicate the importance of this feature to you.

Must-have

Anything else?

N/A

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

2 participants