mirror of https://github.com/status-im/specs.git
Update status-spec.md
This commit is contained in:
parent
d79ff2f012
commit
2f90e14e5e
|
@ -223,7 +223,7 @@ Transport Spec](status-secure-transport-spec.md) for more.
|
|||
|
||||
[MVDS](https://specs.vac.dev/mvds.html) is used for 1:1 and group chats, however it is currently not in use for public chats.
|
||||
|
||||
[Status payloads](#payloads-and-clients) are serialized and then wrapped inside a MVDS message which is added to an [MVDS payload](https://specs.vac.dev/mvds.html#payloads), this payload is then encrypted and sent using whisper.
|
||||
[Status payloads](#payloads-and-clients) are serialized and then wrapped inside a MVDS message which is added to an [MVDS payload](https://specs.vac.dev/mvds.html#payloads), this payload is then encrypted (if necessary for 1-to-1 / group-chats) and sent using whisper which also encrypts it.
|
||||
|
||||
## Payloads and clients
|
||||
|
||||
|
|
Loading…
Reference in New Issue