commit | e2a9e01d1ec6b90d4ee3b1d0bcd27837bf27175f | [log] [tgz] |
---|---|---|
author | Ian Craggs <icraggs@gmail.com> | Fri Jul 16 21:45:26 2021 +0100 |
committer | Ian Craggs <icraggs@gmail.com> | Fri Jul 16 21:45:26 2021 +0100 |
tree | 4f667eec33de9cd2be0dc13d5593c79efe7b56a4 | |
parent | 29afbdb69cf7891cfd931fdada762bfa3945055a [diff] |
Show Java client as supporting MQTT 5.0
diff --git a/contents/clients/java/index.php b/contents/clients/java/index.php index c7d0ca7..35e2a0d 100644 --- a/contents/clients/java/index.php +++ b/contents/clients/java/index.php
@@ -16,6 +16,7 @@ $features = array( "mqtt-31" => true, "mqtt-311" => true, + "mqtt-50" => true, "lwt" => true, "tls" => true, "persistence" => true,