Update Group chat feature (design draft)

This commit is contained in:
Sébastien Blin 2020-12-22 12:19:55 -05:00
parent bde3398815
commit 9cab99c4eb
1 changed files with 10 additions and 0 deletions

View File

@ -175,6 +175,16 @@ The commit message will be the following:
For now, "mode" accepts values 0 (ONE_TO_ONE), 1 (ADMIN_INVITES_ONLY), 2 (INVITES_ONLY), 3 (PUBLIC)
## Conversations requests specification
Conversations requests are represented by a **Map<String, String>** with the following keys:
+ id: the conversation id
+ from: uri of the sender
+ received: timestamp
TODO: title? avatar?
# Used protocols
## Git