EpicEric / pony-mqtt

:horse: MQTT client in Pony
https://epiceric.github.io/pony-mqtt-docs/mqtt--index/
MIT License
6 stars 1 forks source link

SSL support #8

Closed EpicEric closed 6 years ago

EpicEric commented 6 years ago

MQTT supports SSL for security. Provide a way to detect if a secure connection can be made.

EpicEric commented 6 years ago

Add support for TCPConnectionNotify.auth_failed() (i.e. raise error to user).