From 914e9f1dee7554e1e73b109fde98660ff9dd2b90 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 10 Apr 2023 15:00:12 +0300 Subject: [PATCH] doc: initial commit --- 705.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 705.md diff --git a/705.md b/705.md new file mode 100644 index 00000000..17a80020 --- /dev/null +++ b/705.md @@ -0,0 +1,14 @@ +NIP-704 +====== + +Republish Encrypted Direct Messages +----------------------------------- + +`draft` `optional` `author:fiatjaf` `author:motorina0` + +This NIP defines a way for a client to indirectly publish `kind:4` events to a relay with the help of its peers. + +## Motivation +One way to increase the privacy of Encrypted Direct Messages is for peers to derive new `one-use-only` keys when they communicate (see [NIP704](https://github.com/motorina0/nips/blob/dm-one-use-keys/704.md)). 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