From 4b06b2579b5a003f00dae2bbe61fea7e75e1bd7e Mon Sep 17 00:00:00 2001 From: akwizgran Date: Mon, 13 Apr 2015 11:14:21 +0000 Subject: [PATCH] akwizgran created page: ForumApp --- TransportApp.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TransportApp.markdown b/TransportApp.markdown index 89aa7e0..d91a691 100644 --- a/TransportApp.markdown +++ b/TransportApp.markdown @@ -7,7 +7,7 @@ TransportApp uses a single channel with a random identifer: ### Message types -**0: PROPERTIES** - The content is a [BDF](BDF) list with three elements: transport identifier (string), version (int), and transport properties (dictionary). The identifier and properties are supplied by the transport plugin. The version is incremented whenever the properties change. +**0: PROPERTIES** - The content is a [BDF](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. ### Validation @@ -15,8 +15,8 @@ TransportApp uses a single channel with a random identifer: ### Storage policy -* The local message with the highest version for each transport is stored, and any other versions are deleted -* For each remote device, the remote message with the highest version for each transport is stored, and any other versions are deleted +* For each transport, the local message with the highest version is stored, and any other versions are deleted +* For each transport and each remote device, the remote message with the highest version is stored, and any other versions are deleted ### Sharing policy