mobile-web-messaging/MQTTKit

Connect options (like client username, password)?

Closed this issue · 2 comments

How can I specify connect options (like client username, password)?
[client connectToHost doesnt seem to provide that..

MQTTClient has username and password properties that you can set before calling the connect... methods.

Thank you..!