Skip to content

Commit 415c5af

Browse files
committed
[nrf fromtree] doc: mqtt: Add mention of MQTT 5.0 support
MQTT 5.0 is now supported so reflect this in the library documentation. Signed-off-by: Robert Lubos <[email protected]> (cherry picked from commit e380473)
1 parent c4bef30 commit 415c5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/connectivity/networking/api/mqtt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information about the protocol itself, see http://mqtt.org/.
1818
Zephyr provides an MQTT client library built on top of BSD sockets API. The
1919
library can be enabled with :kconfig:option:`CONFIG_MQTT_LIB` Kconfig option and
2020
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
21+
3.1.0, 3.1.1 and 5.0. The Zephyr MQTT implementation can be used with either plain
2222
sockets communicating over TCP, or with secure sockets communicating over
2323
TLS. See :ref:`bsd_sockets_interface` for more information about Zephyr sockets.
2424

0 commit comments

Comments
 (0)