From 2533ecec2142610b9842bee79cf25898fd5ffbaa Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Fri, 17 May 2024 11:10:16 -0400 Subject: [PATCH] add user specifc filepath for socket --- 55.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/55.md b/55.md index 84b80c4e..83ce359c 100644 --- a/55.md +++ b/55.md @@ -12,7 +12,9 @@ For the purpose of this NIP, we will define a standard way to communicate via Un UDS needs a file path as a qualifier so that both client and server can agree on a place to exchange information. -The file path will be chosen as `/tmp/nip55` +The system wide file path will be chosen as `/tmp/nip55` + +The user specific file path will be chosen as `~/.nostr/nip55` ## Communication