The syntax of the MQTT transporting protocol URL used in the Address parameter defined in 6.2.7.3 has the following form:
mqtts://<domain name>[:<port>][/<path>]
The protocol prefix mqtts provides transport security. The default port is 8883.
mqtt://<domain name>[:<port>][/<path>]
The protocol prefix without transport security is mqtt. The default port is 1883.
wss://<domain name>[:<port>][/<path>]
The protocol prefix for MQTT over secure Web Sockets is wss. The default port is 443.