Looked in the docs and did not see any information on setting up the driver. Is there any other documentation on setting this up ?  I am assuming we can now publish to a mqtt topic which is somthing I have been waiting for. 
			
			
			
				Looking at /src/ncdrivers/mqtt/mqtt.cpp, the following parameters should be in channel congit:
/MQTT/Hostname
/MQTT/Port
/MQTT/Login
/MQTT/Password
When sending, recipient becomes the topic and message body becomes the value. 
Pls update, if this works for you
			
			
			
				the following worked for me  all published messages did go to the recipient as a topic 
Hostname = x.x.x.x
Port = 1883
Login = ""
Password = ""
			
			
			
				Great, thanks for the update. Documentation is now updated.