From d732e363069e01b65c567aeea9922e3b323d2f8a Mon Sep 17 00:00:00 2001 From: akwizgran Date: Tue, 16 Oct 2018 11:57:05 +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 bb95191..b764318 100644 --- a/Blog-Sharing-Client.md +++ b/Blog-Sharing-Client.md @@ -22,7 +22,7 @@ The protocol uses five message types. **0: INVITE** - Sent by either party to start or restart a session. The message body is a BDF list with four elements: `messageType` (int), `previousMessageId` (unique ID or null), `descriptor` (list), and `text` (string or null). -`previousMessageId` is the ID of the previous message in this session, if any. `descriptor` is the [descriptor of the blog](Blog-Client#group-identifiers) being shared. `text` is an optional message from the inviter to the invitee. The blog ID must be calculated from the descriptor, as it is used by subsequent messages in the session. +`previousMessageId` is the ID of the previous message in this session, if any. `descriptor` is the [descriptor of the blog](Blog-Client#group-identifiers) being shared. The blog ID must be calculated from the descriptor, as it is used by subsequent messages in the session. `text` is an optional message from the inviter to the invitee explaining the invitation. The sender sets the blog's visibility to VISIBLE when sending an invite message.