Skip to content

[MIP-3] Support MQTT protocol version 5 #369

@mattisonchao

Description

@mattisonchao

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

Last will and testament

CONNACK

PUBLISH

PUBACK / PUBREC / PUBREL / PUBCOMP / SUBACK / SUBSCRIBE / SUBACK

  • Reason string
  • User property //No need to implement

SUBSCRIBE

  • Subscription identifier //No need to implement
  • User property //No need to implement

DISCONNECT

  • Reason string
  • Server reference // No need to implement, supported
  • Session expiry interval
  • User property

AUTH @Technoboy- #693

  • Authentication method
  • Authentication data
  • Reason string
  • User property

Reject Alternatives

none.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions