akwizgran created page: ForumApp

akwizgran
2015-04-13 11:14:21 +00:00
parent cf19333b65
commit 4b06b2579b

@@ -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