]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/MQTT: remove outdated paaragraphs
authorDaniel Stenberg <daniel@haxx.se>
Mon, 21 Sep 2020 09:02:32 +0000 (11:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 21 Sep 2020 09:02:32 +0000 (11:02 +0200)
docs/MQTT.md

index 50d7ebd0b7b2082e48632d82ec6ce0ded3c53993..741b0729709926437881c495e6e1c66288188a92 100644 (file)
@@ -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.