mobile-web-messaging / MQTTKit

MQTT Objective-C client for iOS
Apache License 2.0
462 stars 226 forks source link

Connect options (like client username, password)? #6

Closed SudoPlz closed 10 years ago

SudoPlz commented 10 years ago

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

jmesnil commented 10 years ago

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

SudoPlz commented 10 years ago

Thank you..!