Skip to content

umqtt.simple: allow no password in connect packet #302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

SpotlightKid
Copy link
Contributor

@SpotlightKid SpotlightKid commented Aug 26, 2018

The umqtt.simple.MQTTClient incorrectly assumes that if the user is set, the password is not None. If password is set to None, the password flag in the connect headers should not be set and no password should be sent to the server.

Further discussion here: https://forum.micropython.org/viewtopic.php?p=29636#p29598

@SpotlightKid SpotlightKid changed the title Bugfix/umqtt no passwd umqtt.simple: allow no password in connect packet Aug 27, 2018
@SpotlightKid SpotlightKid force-pushed the bugfix/umqtt-no-passwd branch from cfa92f6 to e18ef5a Compare August 27, 2018 11:18
@SpotlightKid SpotlightKid force-pushed the bugfix/umqtt-no-passwd branch from e18ef5a to 1525394 Compare August 27, 2018 17:28
@SpotlightKid
Copy link
Contributor Author

Closing this since I'm cleaning my unmerged PRs and this hasn't been acted upon in years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant