Skip to content

Commit e380473

Browse files
rluboskartben
authored andcommitted
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 <robert.lubos@nordicsemi.no>
1 parent 9b7d5b8 commit e380473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/connectivity/networking/api/mqtt.rst

+1-1
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)