diff options
| author | JeffG <202880+erskingardner@users.noreply.github.com> | 2025-12-11 15:54:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-11 11:54:19 -0300 |
| commit | 247205a155e5fd5e8ca39f4b3e7b76796ea6a8a6 (patch) | |
| tree | 158955ad12f92fc415e6a358947d4eb9f2a7db44 /EE.md | |
| parent | 5d64d57fc54b4765eaeb131010135e39461bfe09 (diff) | |
Replace NIP-EE with Marmot (#2154)
Diffstat (limited to 'EE.md')
| -rw-r--r-- | EE.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,10 +1,12 @@ | |||
| 1 | > __Warning__ `unrecommended`: superseded by the [Marmot Protocol](https://github.com/marmot-protocol/marmot) | ||
| 2 | |||
| 1 | NIP-EE | 3 | NIP-EE |
| 2 | ====== | 4 | ====== |
| 3 | 5 | ||
| 4 | E2EE Messaging using the Messaging Layer Security (MLS) Protocol | 6 | E2EE Messaging using the Messaging Layer Security (MLS) Protocol |
| 5 | ---------------------------------------------------------------- | 7 | ---------------------------------------------------------------- |
| 6 | 8 | ||
| 7 | `draft` `optional` | 9 | `final` `unrecommended` `optional` |
| 8 | 10 | ||
| 9 | This NIP standardizes how to use the [MLS Protocol](https://www.rfc-editor.org/rfc/rfc9420.html) with Nostr for efficient and E2EE (end-to-end encrypted) direct and group messaging. | 11 | This NIP standardizes how to use the [MLS Protocol](https://www.rfc-editor.org/rfc/rfc9420.html) with Nostr for efficient and E2EE (end-to-end encrypted) direct and group messaging. |
| 10 | 12 | ||