From 099d0b70f26487737a2cc5b5fdec301ceacc8bf0 Mon Sep 17 00:00:00 2001 From: Ulf Bjorkengren Date: Fri, 15 Dec 2023 11:27:41 +0100 Subject: [PATCH] MQTT reference update. Signed-off-by: Ulf Bjorkengren --- spec/VISSv2_Transport.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/VISSv2_Transport.html b/spec/VISSv2_Transport.html index d505205..193b343 100644 --- a/spec/VISSv2_Transport.html +++ b/spec/VISSv2_Transport.html @@ -133,7 +133,7 @@

Introduction

The split between transport bindings and messaging layer specifications improves readability and simplifies extending the specification to further transports in the future. This specification supports multiple transport bindings, the secure versions of HTTP ([[RFC9112]]), - WebSocket ([[RFC6455]]), and MQTT ([[MQTT-OASIS-Standard-v5]]). + WebSocket ([[RFC6455]]), and MQTT ([[MQTT]]).