DOC: config: Explictly add supported MQTT versions
This avoids any ambiguities on supported versions. This patch depends on
129579813
("MEDIUM: mqtt: support mqtt_is_valid and mqtt_field_value
converters for MQTTv3.1").
It must be backported with the above commit.
This commit is contained in:
parent
1295798139
commit
140a357660
|
@ -16976,6 +16976,8 @@ mqtt_is_valid
|
|||
CONNECT and CONNACK packet types. CONNECT is the first message sent by the
|
||||
client and CONNACK is the first response sent by the server.
|
||||
|
||||
Only MQTT 3.1, 3.1.1 and 5.0 are supported.
|
||||
|
||||
Example:
|
||||
|
||||
acl data_in_buffer req.len ge 4
|
||||
|
|
Loading…
Reference in New Issue