From db35e67b4938ae793aca7661ba440d14c6aa943d Mon Sep 17 00:00:00 2001 From: akwizgran Date: Thu, 22 Mar 2018 14:39:56 +0000 Subject: [PATCH] Update Blog Sharing Client --- Blog-Sharing-Client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blog-Sharing-Client.md b/Blog-Sharing-Client.md index 4d79b09..39d76f1 100644 --- a/Blog-Sharing-Client.md +++ b/Blog-Sharing-Client.md @@ -8,7 +8,7 @@ The client uses a separate BSP group for each pair of contacts. The [group descr ### Message types -The sharing protocol uses five message types. All communication happens solely between the inviter and the invitee. The messages referring to each blog constitute a session. +The sharing protocol uses five message types. The messages referring to each blog constitute a session. **0: INVITE** - Sent by the inviter to the invitee. The message body is a BDF list with four elements: `messageType` (int), `previousMessageId` (unique ID or null), `descriptor` (list), and `message` (string or null).