From 5da3f1cf2a6c7a2b23e5bc76ef702bd0b4d4665c Mon Sep 17 00:00:00 2001 From: Adam Babik Date: Tue, 8 Oct 2019 09:20:31 +0200 Subject: [PATCH] update --- status-whisper-usage-spec.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/status-whisper-usage-spec.md b/status-whisper-usage-spec.md index 156a569..ae39280 100644 --- a/status-whisper-usage-spec.md +++ b/status-whisper-usage-spec.md @@ -63,11 +63,11 @@ The Status protocols uses a few particular Whisper topics to achieve its goals. ### Contact code topic -Contact code topic is used for ??? +Contact code topic is used to facilitate the discovery of X3DH bundles so that the first message can be PFS-encrypted. - +Each user publishes periodically to this topic. If user A wants to contact user B, she SHOULD look for their bundle on this contact code topic. -It MUST be created following the algorithm below: +Contact code topic MUST be created following the algorithm below: ```golang contactCode := "0x" + hexEncode(activePublicKey) + "-contact-code"