From 51e11cbc41875a75e7262a9db0f0255496dd2a50 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Wed, 20 Jan 2016 17:32:15 +0000 Subject: [PATCH] s/channel/group/g --- ForumClient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ForumClient.md b/ForumClient.md index aee0b3d..1702629 100644 --- a/ForumClient.md +++ b/ForumClient.md @@ -9,7 +9,7 @@ ForumClient uses the following client identifer: Each forum has its own group. The [group descriptor](BSP#group-identifiers) is a [BDF list](BDF) with two elements: `title` (string) and `salt` (raw). The salt is HASH_LEN random bytes, to prevent collisions between forums with the same title. -For exchanging invitations, the client uses a separate group for each pair of contacts. The [group descriptor](BSP#group-identifiers) is a [BDF list](BDF) containing the unique IDs of the contacts' identities, sorted in ascending order as byte strings. +For exchanging invitations, the client uses a separate group for each pair of contacts. The group descriptor is a BDF list containing the unique IDs of the contacts' identities, sorted in ascending order as byte strings. ### Message types