diff options
| author | Kieran <kieran@harkin.me> | 2024-08-27 14:18:58 +0100 |
|---|---|---|
| committer | Kieran <kieran@harkin.me> | 2024-08-27 14:27:00 +0100 |
| commit | 765a18c81024f3933999d53e432542048ccd7e97 (patch) | |
| tree | 72e60189db82e8be78650f3ad64bba742ee76a86 /17.md | |
| parent | fade0164f52033314bf0a5ef9bd63c2483afae9b (diff) | |
nchatnchat
Diffstat (limited to '17.md')
| -rw-r--r-- | 17.md | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -123,6 +123,11 @@ This NIP offers the following privacy and security features: | |||
| 123 | 123 | ||
| 124 | The main limitation of this approach is having to send a separate encrypted event to each receiver. Group chats with more than 100 participants should find a more suitable messaging scheme. | 124 | The main limitation of this approach is having to send a separate encrypted event to each receiver. Group chats with more than 100 participants should find a more suitable messaging scheme. |
| 125 | 125 | ||
| 126 | ## NIP-19 entity | ||
| 127 | To create an `nchat` link: | ||
| 128 | - `kind`: `17` | ||
| 129 | - `special`: one or more pubkeys concatenated | ||
| 130 | |||
| 126 | ## Implementation | 131 | ## Implementation |
| 127 | 132 | ||
| 128 | Clients implementing this NIP should by default only connect to the set of relays found in their `kind:10050` list. From that they should be able to load all messages both sent and received as well as get new live updates, making it for a very simple and lightweight implementation that should be fast. | 133 | Clients implementing this NIP should by default only connect to the set of relays found in their `kind:10050` list. From that they should be able to load all messages both sent and received as well as get new live updates, making it for a very simple and lightweight implementation that should be fast. |