From 999ebb9c75d00227c21d593f900249f94a400d2a Mon Sep 17 00:00:00 2001 From: akwizgran Date: Mon, 13 Apr 2015 10:41:08 +0000 Subject: [PATCH] akwizgran created page: TransportApp --- MessagingApp.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/MessagingApp.markdown b/MessagingApp.markdown index ec98721..2e4d8ac 100644 --- a/MessagingApp.markdown +++ b/MessagingApp.markdown @@ -2,8 +2,6 @@ MessagingApp is an application that uses [BSP](BSP) to synchronise private messa ### Message types -MessagingApp uses two 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). **1: ATTACHMENT** - The content is raw data.