akwizgran created page: TransportApp

akwizgran
2015-04-13 10:48:02 +00:00
parent ae66095348
commit f1bc79fa31

@@ -1,5 +1,10 @@
MessagingApp is an application that uses [BSP](BSP) to synchronise private messages. MessagingApp is an application that uses [BSP](BSP) to synchronise private messages.
### Channel identifiers
MessagingApp uses a single channel with a random identifier:
6bcd c006 c091 0b0f 44e4 0644 c3b3 1f1a 8bf9 a6d6 021d 40d2 19c8 6b73 1b90 3070
### Message types ### Message types
**0: PRIVATE_MESSAGE** - The content is a [BDF](BDF) list with two elements: message body (string) and attachments (dictionary, may be null). The key for each attachment is its name, and the value is a list with two elements: MIME type (string), and message identifier (raw, exactly HASH_LEN bytes). **0: PRIVATE_MESSAGE** - The content is a [BDF](BDF) list with two elements: message body (string) and attachments (dictionary, may be null). The key for each attachment is its name, and the value is a list with two elements: MIME type (string), and message identifier (raw, exactly HASH_LEN bytes).