]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/MQTT: update state of username/password support
authorBastian Krause <bst@pengutronix.de>
Wed, 21 Jul 2021 21:59:42 +0000 (23:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Jul 2021 22:06:15 +0000 (00:06 +0200)
PR #7243 implemented username/password support for MQTT, so let's drop
these items from the caveats.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
Closes #7474

docs/MQTT.md

index 741b0729709926437881c495e6e1c66288188a92..aad2f52267d7b697fa8a49cbd01586c94966618c 100644 (file)
@@ -21,9 +21,7 @@ payload.
 ## Caveats
 
 Remaining limitations:
- - No username support
  - Only QoS level 0 is implemented for publish
  - No way to set retain flag for publish
- - No username/password support
  - No TLS (mqtts) support
  - Naive EAGAIN handling won't handle split messages