MQTTnet
MQTTnet copied to clipboard
Auth Packet support in Server??
Auth Packet support in Server
Apologies if this already implemented or perhaps I might have missed it but the current server package implementation doesn't support ExtendedAuthentication as per MQTT 5 spec.
I can see that this is already implemented in the client package.
It was mentioned in issue #657 that a Fully supported MQTT 5 in server side will be released at the end of year 2019.
The README in the project says that MQTT 5 is supported.
Which project is your question related to?
- Server
Hey @chkr1011, any update on this??
Hi there is no support yet for AUTH packets in the server component. The client already has support but the server does not. MQTT 5 is indeed supported but not all features yet.
Any update on when we can expect the support for AUTH packets in the server component? Also is there any list where we can see the list of supported features of MQTT 5?