MQTT.md: remove no TLS (mqtts) support

As curl now supports TLS (mqtts), it is no longer necessary to list it
as a limitation in the docs.

Closes #20343
This commit is contained in:
Sascha Frinken
2026-01-18 06:39:40 +01:00
committed by Daniel Stenberg
parent aef128ef50
commit 57c2690f7e

View 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