s/channel/group/g

akwizgran
2016-01-20 17:38:09 +00:00
parent 2a38d07bd3
commit 7abc78306f

@@ -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.