mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-27 18:18:17 +01:00
akwizgran created page: ForumApp
@@ -13,16 +13,16 @@ MessagingApp uses a single channel with a random identifier:
|
|||||||
|
|
||||||
### Validation
|
### Validation
|
||||||
|
|
||||||
* A message of type PRIVATE_MESSAGE is valid if it is well-formed as described above
|
* A message of type PRIVATE_MESSAGE is valid if it is well-formed.
|
||||||
* A message of type ATTACHMENT is always valid
|
* A message of type ATTACHMENT is always valid.
|
||||||
|
|
||||||
### Storage policy
|
### Storage policy
|
||||||
|
|
||||||
* All local messages are stored
|
* All local messages are stored.
|
||||||
* All remote messages are stored
|
* All remote messages are stored.
|
||||||
* Messages of type ATTACHMENT that are not referenced are garbage-collected
|
* Messages of type ATTACHMENT that are not referenced are garbage-collected.
|
||||||
|
|
||||||
### Sharing policy
|
### Sharing policy
|
||||||
|
|
||||||
* Each local message is shared with one remote device
|
* Each local message is shared with one remote device.
|
||||||
* Remote messages are not shared with other remote devices
|
* Remote messages are not shared with other remote devices.
|
||||||
|
|||||||
Reference in New Issue
Block a user