eclipse-paho / eclipse-paho/paho.mqtt.python
Allow password to be set with no username on MQTT 5
Open
Status: Available
Type: Enhancement
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 742
- Avg merge
- 12d 48m
- Merged PRs (30d)
- 1
Description
MQTT 5 allows for a password to be set in the CONNECT packet without providing a username. However, it seems like this client does not support this. Would be nice if this were possible.
[Relevant part of the MQTT spec](https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901044)
Contributor guide
Assessment
This issue has not been assessed yet.