We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7d5b8 commit e380473Copy full SHA for e380473
doc/connectivity/networking/api/mqtt.rst
@@ -18,7 +18,7 @@ For more information about the protocol itself, see http://mqtt.org/.
18
Zephyr provides an MQTT client library built on top of BSD sockets API. The
19
library can be enabled with :kconfig:option:`CONFIG_MQTT_LIB` Kconfig option and
20
is configurable at a per-client basis, with support for MQTT versions
21
-3.1.0 and 3.1.1. The Zephyr MQTT implementation can be used with either plain
+3.1.0, 3.1.1 and 5.0. The Zephyr MQTT implementation can be used with either plain
22
sockets communicating over TCP, or with secure sockets communicating over
23
TLS. See :ref:`bsd_sockets_interface` for more information about Zephyr sockets.
24
0 commit comments