ibm-watson-iot/iot-nodejs

Ensure quickstart restrictions are respected

benbakowski opened this issue · 1 comments

There are restrictions for quickstart applications that should be restricted at the client level. These restrictions are documented at https://console.bluemix.net/docs/services/IoT/applications/mqtt.html#mqtt:.

For example, applications should not attempt to perform a wildcard deviceType subscribe when connecting to quickstart: it is forbidden, and the Watson IoT Platform will kick the client off.

deviceId wildcard subscribes are not allowed. deviceType subscribes are.