]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
MQTT.md: remove no TLS (mqtts) support
authorSascha Frinken <sascha-frinken@users.noreply.github.com>
Sun, 18 Jan 2026 05:39:40 +0000 (06:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 18 Jan 2026 15:43:18 +0000 (16:43 +0100)
As curl now supports TLS (mqtts), it is no longer necessary to list it
as a limitation in the docs.

Closes #20343

docs/internals/MQTT.md

index dadd2290dc04e151b9a846ca9bb93af8d68f1e44..83791301731c9b140d52105ae4f204ac314665e7 100644 (file)
@@ -58,5 +58,4 @@ Remaining limitations:
 
 - Only QoS level 0 is implemented for publish
 - No way to set retain flag for publish
-- No TLS (mqtts) support
 - Naive EAGAIN handling does not handle split messages