From 3f0da4dbfedb0e8b3407032cccab36336bc5b626 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Thu, 22 Mar 2018 13:12:20 +0000 Subject: [PATCH] Update Forum Client --- Forum-Client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Forum-Client.md b/Forum-Client.md index 302db24..6fb31ea 100644 --- a/Forum-Client.md +++ b/Forum-Client.md @@ -8,7 +8,7 @@ Each forum has its own group. The [group descriptor](BSP#group-identifiers) is a ### Message types -**POST** - The content is a BDF list with four elements: `parentId` (unique ID or null), `author` (list), `content` (string), and `signature` (raw). +**POST** - The message body is a BDF list with four elements: `parentId` (unique ID or null), `author` (list), `content` (string), and `signature` (raw). `parentId` is the optional ID of a post in the same group to which this post replies. `author` is a list with three elements: `formatVersion` (int), `nickname` (string), and `publicKey` (raw). The signature covers a BDF list with five elements: `groupId` (unique ID), `timestamp` (int), `parentId` (unique ID or null), `author` (list), and `content` (string). The group ID and timestamp are taken from the message header.