From 7abc78306f3a86cfb6e058069189e5813f2d787f Mon Sep 17 00:00:00 2001 From: akwizgran Date: Wed, 20 Jan 2016 17:38:09 +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 1702629..a6b502a 100644 --- a/ForumClient.md +++ b/ForumClient.md @@ -13,7 +13,7 @@ For exchanging invitations, the client uses a separate group for each pair of co ### Message types -**0: INVITATION** - The content is a BDF list with three elements: `title` (string), `salt` (raw), and `note` (string or null). The group identifier can be calculated from `title` and `salt`, as described above. `note` is an optional note from the inviter to the invitee. +**0: INVITATION** - The content is a BDF list with three elements: `title` (string), `salt` (raw), and `note` (string or null). The identifier of the forum group to which the invitation refers can be calculated from `title` and `salt`, as described above. `note` is an optional note from the inviter to the invitee. **1: RESPONSE** - The content is a BDF list with three elements: `invitation_id` (raw), `decision` (boolean), and `note` (string or null). `invitation_id` is the identifier of an invitation created by the opposite peer. `decision` indicates whether the invitee wishes to subscribe. `note` is an optional note from the invitee to the inviter.