mqtt5 1st draft

This commit is contained in:
Steve-Mcl
2020-10-08 20:24:35 +01:00
parent 086f0f8450
commit 33bb86cbcf
3 changed files with 444 additions and 28 deletions

View File

@@ -355,7 +355,11 @@
"use-tls": "Enable secure (SSL/TLS) connection",
"tls-config":"TLS Configuration",
"verify-server-cert":"Verify server certificate",
"compatmode": "Use legacy MQTT 3.1 support"
"compatmode": "Use legacy MQTT 3.1 support",
"protocolVersion": "Version",
"protocolVersion3": "MQTT Protocol v3.1 (legacy)",
"protocolVersion4": "MQTT Protocol v3.1.1",
"protocolVersion5": "MQTT Protocol v5"
},
"sections-label":{
"birth-message": "Message sent on connection (birth message)",