An API for using MQTT over multiple transports

Dependencies:   FP MQTTPacket

Dependents:   IBMIoTClientEthernetExample_W5500 IBMIoTClientEthernetExample_W5200

Fork of MQTT by MQTT

Revision:
44:f53a95f9c1d8
Parent:
43:b1ae0ac88df9
--- a/MQTTClient.h	Fri Sep 26 08:04:47 2014 +0000
+++ b/MQTTClient.h	Mon Sep 29 04:56:42 2014 +0000
@@ -533,7 +533,7 @@
 
     if (options == 0)
         options = &default_options; // set default options if none were supplied
-    
+
     this->keepAliveInterval = options->keepAliveInterval;
     ping_timer.countdown(this->keepAliveInterval);
     if ((len = MQTTSerialize_connect(buf, MAX_MQTT_PACKET_SIZE, options)) <= 0)