Blog signature must cover the client ID

akwizgran
2015-04-24 18:11:36 +00:00
parent 0ff4b10ffc
commit 672b6be0db

@@ -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 two elements: `body` (string) and `attachments` (dictionary or 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).
**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).
**1: ATTACHMENT** - The content is raw data.