moquette-io / moquette

Java MQTT lightweight broker
http://moquette-io.github.io/moquette/
Apache License 2.0
2.27k stars 814 forks source link

Implements the validation of subscription identifier properties in SUBSCRIBE #803

Closed andsel closed 6 months ago

andsel commented 6 months ago

Release notes

Implements the validation of subscription identifier properties in SUBSCRIBE

What does this PR do?

Created model class for subscription identifier and implemented decode and verification in SUBSCRIBE

Why is it important/What is the impact to the user?

Checklist

Related issues