From 4de2c2bbf81b78fe0404616af37c1582f4e82684 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Tue, 31 Mar 2020 12:19:34 +0800 Subject: [PATCH] Fix links for 3 --- docs/stable/3-whisper-usage.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/stable/3-whisper-usage.md b/docs/stable/3-whisper-usage.md index e5138bc..2a821d0 100644 --- a/docs/stable/3-whisper-usage.md +++ b/docs/stable/3-whisper-usage.md @@ -74,9 +74,9 @@ encryption properties to support asynchronous chat. | Message Response | 12 | 𝘅 | Undocumented | | P2P Sync Request | 123 | 𝘅 | Undocumented | | P2P Sync Response | 124 | 𝘅 | Undocumented | -| P2P Request Complete | 125 | 𝘅 | [Status Whisper Mailserver Spec](status-whisper-mailserver-spec.md) | -| P2P Request | 126 | ✔ | [Status Whisper Mailserver Spec](status-whisper-mailserver-spec.md) | -| P2P Messages | 127 | ✔/𝘅 (EIP-627 supports only single envelope in a packet) | [Status Whisper Mailserver Spec](status-whisper-mailserver-spec.md) | +| P2P Request Complete | 125 | 𝘅 | [4/WHISPER-MAILSERVER](https://specs.status.im/spec/4) | +| P2P Request | 126 | ✔ | [4/WHISPER-MAILSERVER](https://specs.status.im/spec/4) | +| P2P Messages | 127 | ✔/𝘅 (EIP-627 supports only single envelope in a packet) | [4/WHISPER-MAILSERVER](https://specs.status.im/spec/4) | ## Whisper node configuration @@ -134,7 +134,7 @@ The protocol requires a key (symmetric or asymmetric) for the following actions: As asymmetric keys and symmetric keys are required to process incoming messages, they must be available all the time and are stored in memory. -Keys management for PFS is described in [Perfect forward secrecy section](#perfect-forward-secrecy-pfs). +Keys management for PFS is described in [5/SECURE-TRANSPORT](https://specs.status.im/spec/5). The Status protocols uses a few particular Whisper topics to achieve its goals.