Update Group chat feature (design draft)
This commit is contained in:
parent
bde3398815
commit
9cab99c4eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue