diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-09-21 11:02:32 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-21 11:02:32 +0200 |
commit | 553588897ae821ff4f7af4f48efa74b80fffc528 (patch) | |
tree | e8e72bfc4202cd5cbf8aa0a4464838d715bcddab | |
parent | e1485bd069474edc3a5086dc831ec0afef4b2e1f (diff) | |
download | curl-553588897ae821ff4f7af4f48efa74b80fffc528.tar.gz |
docs/MQTT: remove outdated paaragraphs
-rw-r--r-- | docs/MQTT.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/MQTT.md b/docs/MQTT.md index 50d7ebd0b..741b07297 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. |