diff --git a/MessagingApp.markdown b/MessagingApp.markdown index 791ffaa..4015ee7 100644 --- a/MessagingApp.markdown +++ b/MessagingApp.markdown @@ -1,4 +1,4 @@ -MessagingApp is a [BSP application](BSP) that synchronises private messages between neighbouring devices. +MessagingApp is a [BSP application](BSP) that synchronises private messages between devices. ### Channel identifiers @@ -25,5 +25,5 @@ Note that a private message can be validated before its attachments have been re ### Sharing policy -* Each local message is shared with one remote device. -* Remote messages are not shared with other remote devices. +* Each local message is shared with one remote peer. +* Each remote message is shared with the remote peer that created it.