Blog signature must cover the client ID

akwizgran
2015-04-24 19:43:44 +00:00
parent 26cc3f3628
commit 8aa902f6a0

@@ -9,7 +9,7 @@ The client uses a single channel for all messages. The [channel descriptor](BSP#
### Message types
**0: PRIVATE_MESSAGE** - The content is a BDF list with three elements: `parent_id` (raw or null), `body` (string), and `attachments` (dictionary or null). `parent_id` is the identifier of a private message to which this is a response. 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).
**0: PRIVATE_MESSAGE** - The content is a list with four elements: `parent_id` (raw or null), `subject` (string), `body` (string), and `attachments` (dictionary or null). `parent_id` is the identifier of a private message to which this is a response. 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).
**1: ATTACHMENT** - The content is raw data.