akwizgran created page: ForumApp

akwizgran
2015-04-13 13:27:28 +00:00
parent 52a2f8ae14
commit 282b07f647

@@ -7,7 +7,7 @@ MessagingApp has a single channel with the following random identifier:
### Message types
**0: PRIVATE_MESSAGE** - The content is a [BDF](BDF) list with two elements: `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_id` (raw, exactly HASH_LEN bytes).
**0: PRIVATE_MESSAGE** - The content is a [BDF](BDF) list with two elements: `body` (string) and `attachments` (dictionary, may be null). Each key in `attachments` is the name of an attachment, and the value is a list with two elements: `mime_type` (string) and `message_id` (raw, exactly HASH_LEN bytes).
**1: ATTACHMENT** - The content is raw data.