From a55238f5c276b31868bb313070c65caba642b96b Mon Sep 17 00:00:00 2001 From: akwizgran Date: Fri, 24 Apr 2015 15:37:57 +0000 Subject: [PATCH] Fixed number of elements in ForumClient invitation --- ForumClient.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ForumClient.markdown b/ForumClient.markdown index fe3c4d3..7e4aac4 100644 --- a/ForumClient.markdown +++ b/ForumClient.markdown @@ -12,7 +12,7 @@ The client identifer is random: ### Message types -**0: INVITATION** - The content is a BDF list with three elements: `forum` (list) and `note` (string, may be null). `forum` is a list with two elements, `name` 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 two elements: `forum` (list) and `note` (string, may be null). `forum` is a list with two elements, `name` 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, may be 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.