From 57c2690f7e6f18e78df3368c01b9ff2da180bc46 Mon Sep 17 00:00:00 2001 From: Sascha Frinken Date: Sun, 18 Jan 2026 06:39:40 +0100 Subject: [PATCH] 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 --- docs/internals/MQTT.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/internals/MQTT.md b/docs/internals/MQTT.md index dadd2290dc..8379130173 100644 --- a/docs/internals/MQTT.md +++ b/docs/internals/MQTT.md @@ -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