From d6c9496fee5e47117cb76980b540cadb0b5a0d32 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Sun, 12 Nov 2017 16:49:43 +0100 Subject: [PATCH] fix mqtt-client-framework url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index affbc5f..0242bc8 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [M2Mqtt](https://m2mqtt.wordpress.com/) - A MQTT client available for all .Net platforms (.Net Framework, .Net Compact Framework and .Net Micro Framework) and WinRT platforms (Windows 8.1, Windows Phone 8.1 and Windows 10). * [Mosquitto-PHP](https://github.com/mgdm/Mosquitto-PHP) - A wrapper for the Mosquitto MQTT client library for PHP. * [mqtt-client](https://github.com/centamiv/mqtt-client) - A Polymer Web Component that implements a MQTT client (uses Paho mqttws31.js). -* [MQTT-Client-Framework](https://github.com/ckrey/MQTT-Client-Framework) - iOS, OSX, tvOS native ObjectiveC MQTT Client Framework. +* [MQTT-Client-Framework](https://github.com/novastone-media/MQTT-Client-Framework) - iOS, OSX, tvOS native ObjectiveC MQTT Client Framework. * [mqtt.dart](https://github.com/jnguillerme/mqtt.dart) - Dart mqtt client. * [mqtt-elements](https://github.com/mqttjs/mqtt-elements) - Polymer elements for MQTT. * [mqttex](https://github.com/alfert/mqttex) - MQTT implementation in Elixir.