From 74f1bee8b1d4e32cdb9115e4f1b50a02559a3779 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Fri, 24 Apr 2015 18:03:45 +0000 Subject: [PATCH] Blog signature must cover the client ID --- TransportClient.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TransportClient.markdown b/TransportClient.markdown index 288dcc1..4a09cf4 100644 --- a/TransportClient.markdown +++ b/TransportClient.markdown @@ -5,11 +5,11 @@ TransportClient is a [BSP client](BSP) that synchronises transport properties be TransportClient uses the following client identifer: `673e a091 6735 61e2 8f70 122f 6a8e a8f4 97c3 624b 86fa 07f7 85bb 15f0 9fb8 7b4b` -The client uses a single channel for all messages. The [client data structure](BSP#channel-identifiers) for the channel is a [BDF list](BDF) with a single element: "UPDATE" (string). +The client uses a single channel for all messages. The [channel descriptor](BSP#channel-identifiers) is an empty [BDF list](BDF). ### Message types -**0: UPDATE** - The content is a list with three elements: `transport_id` (string), `version` (int), and `properties` (dictionary). `transport_id` and `properties` are supplied by the transport plugin. `version` is incremented whenever the properties change. +**0: UPDATE** - The content is a BDF list with three elements: `transport_id` (string), `version` (int), and `properties` (dictionary). `transport_id` and `properties` are supplied by the transport plugin. `version` is incremented whenever the properties change. ### Validity policy