From 6a61ca28ef3b1016acb9d8e0ca5c41e5e32d750f Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 10 Apr 2023 15:20:28 +0300 Subject: [PATCH] doc: add scenario --- 705.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/705.md b/705.md index 35a024d1..fe817bdf 100644 --- a/705.md +++ b/705.md @@ -14,3 +14,7 @@ One way to increase the privacy of Encrypted Direct Messages ([NIP-04](https://g This technique hides from the "general public" that two clients are chatting. However, the relay(s) in the middle can still see who is publishing events and who is listening for events with specific public keys. ## Suggestion +- `Alice` wants to chat with `Bob`. She builds the `kind:4` nostr event but does NOT sent it to the relay(s). +- instead `Alice` creates an event for `Carol` where the content is the event for `Bob`. `Alice` publishes this event to the relay(s). +- `Carol` receives the event, unwrapps it and publishes to the relay(s) the event for `Bob`. +- the relay(s) see the event as comming from `Carol` instead of `Alice`