From 6f9fdf58fddb09a4000d6c777775c9f33858f759 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Tue, 16 Oct 2018 11:52:53 +0000 Subject: [PATCH] Update Blog Sharing Client --- Blog-Sharing-Client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Blog-Sharing-Client.md b/Blog-Sharing-Client.md index caecf6f..bb95191 100644 --- a/Blog-Sharing-Client.md +++ b/Blog-Sharing-Client.md @@ -20,9 +20,9 @@ The messages exchanged between two contacts referring to a given blog constitute 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 `message` (string or null). +**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. `message` 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. `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. The sender sets the blog's visibility to VISIBLE when sending an invite message.