mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
s/channel/group/g
@@ -13,7 +13,7 @@ For exchanging invitations, the client uses a separate group for each pair of co
|
||||
|
||||
### Message types
|
||||
|
||||
**0: INVITATION** - The content is a BDF list with three elements: `title` (string), `salt` (raw), and `note` (string or null). The group identifier can be calculated from `title` 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 three elements: `title` (string), `salt` (raw), and `note` (string or null). The identifier of the forum group to which the invitation refers can be calculated from `title` 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 or 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user