From: Daniel Stenberg Date: Mon, 21 Sep 2020 09:02:32 +0000 (+0200) Subject: docs/MQTT: remove outdated paaragraphs X-Git-Tag: curl-7_73_0~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=553588897ae821ff4f7af4f48efa74b80fffc528;p=thirdparty%2Fcurl.git docs/MQTT: remove outdated paaragraphs --- diff --git a/docs/MQTT.md b/docs/MQTT.md index 50d7ebd0b7..741b072970 100644 --- a/docs/MQTT.md +++ b/docs/MQTT.md @@ -27,15 +27,3 @@ Remaining limitations: - No username/password support - No TLS (mqtts) support - Naive EAGAIN handling won't handle split messages - -## Work - -1. Write a mqtt server for the test suite -2. Create a few tests verifying the existing mqtt functionality -3. Work on fixing some of the worst limitations - with accompanying tests -4. Consider replacing the client-side MQTT code with wolfMQTT - -## Credits - -The initial MQTT patch was authored by Björn Stenberg. This work is built upon -that patch and has been expanded since.