From 90655c8af6968136cb78fda8bbd78f35714e98b9 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Tue, 27 Aug 2019 16:15:04 +0200 Subject: [PATCH 1/4] Update status-spec.md --- status-spec.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/status-spec.md b/status-spec.md index 31bdf27..2a0c245 100644 --- a/status-spec.md +++ b/status-spec.md @@ -224,6 +224,10 @@ 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. +TODO: CLEANUP + +[Status payloads](#payloads-and-clients) are serialized and then wrapped inside an [MVDS payloads](https://specs.vac.dev/mvds.html#payloads), this payload is then encrypted and sent using whisper. + ## Payloads and clients From 282ec7b55df87b00acd0737219c9019204d8fae7 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Tue, 27 Aug 2019 16:17:50 +0200 Subject: [PATCH 2/4] Update status-spec.md --- status-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status-spec.md b/status-spec.md index 2a0c245..210796e 100644 --- a/status-spec.md +++ b/status-spec.md @@ -226,7 +226,7 @@ Transport Spec](status-secure-transport-spec.md) for more. TODO: CLEANUP -[Status payloads](#payloads-and-clients) are serialized and then wrapped inside an [MVDS payloads](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 and sent using whisper. ## Payloads and clients From d79ff2f012040e172ab0c73678fd1890fd269fdd Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Tue, 27 Aug 2019 16:25:19 +0200 Subject: [PATCH 3/4] Update status-spec.md --- status-spec.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/status-spec.md b/status-spec.md index 210796e..d63ec6e 100644 --- a/status-spec.md +++ b/status-spec.md @@ -223,12 +223,8 @@ 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. - -TODO: CLEANUP - [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. - ## Payloads and clients On top of secure transport, we have various types of data sync clients and From 2f90e14e5eb7cc77abd265ef3dc207a2b6cccd81 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Tue, 27 Aug 2019 16:29:51 +0200 Subject: [PATCH 4/4] Update status-spec.md --- status-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status-spec.md b/status-spec.md index d63ec6e..ee9dc00 100644 --- a/status-spec.md +++ b/status-spec.md @@ -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