From f1bc79fa31feabaa8467f82ddfe2000ffbef9f02 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Mon, 13 Apr 2015 10:48:02 +0000 Subject: [PATCH] akwizgran created page: TransportApp --- MessagingApp.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MessagingApp.markdown b/MessagingApp.markdown index 2e4d8ac..c3e1c05 100644 --- a/MessagingApp.markdown +++ b/MessagingApp.markdown @@ -1,5 +1,10 @@ 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 **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).