akwizgran created page: ForumApp

akwizgran
2015-04-13 11:24:09 +00:00
parent fc089493c8
commit ae8760070c

@@ -11,14 +11,14 @@ TransportApp uses a single channel with a random identifer:
### Validation
* A message of type PROPERTIES is valid if it is well-formed as described above
* A message of type PROPERTIES is valid if it is well-formed.
### Storage policy
* 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
* 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
* Local messages are shared with all remote devices
* Remote messages are not shared with other remote devices
* Local messages are shared with all remote devices.
* Remote messages are not shared with other remote devices.