vertx-mqtt icon indicating copy to clipboard operation
vertx-mqtt copied to clipboard

Support auth message both client side and server side.

Open qianwj opened this issue 8 months ago • 3 comments

Motivation:

At the moment of writing, the vertx-mqtt supports all MQTT version 5.0 features except AUTH message which is yet to be implemented. Now I used it to develop my mqtt broker. So, I try to finished this.

Conformance:

Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

qianwj avatar Jun 26 '24 11:06 qianwj