Update Blog Sharing Client

akwizgran
2018-03-22 13:52:21 +00:00
parent 6fb48dbd1f
commit 1a02cf3ab8

@@ -8,7 +8,7 @@ The client uses a separate group for each pair of contacts. The [group descripto
### Message types
The sharing protocol uses five message types. All communication happens solely between the inviter and the invitee. The messages referring to each forum constitute a session.
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.
**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).