diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2022-11-22 08:59:10 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2022-11-22 14:52:34 -0300 |
| commit | 743e43a8d4bf4a37022e3b6551524b12e7cc54a0 (patch) | |
| tree | e0b3544e5d2dd07271059bb4d166c569cb89e425 | |
| parent | 631e9760bfa6ab44804a8ca28ca913dfacdbb5cc (diff) | |
finalize some NIPs we will not going to change anymore.
| -rw-r--r-- | 02.md | 2 | ||||
| -rw-r--r-- | 04.md | 2 | ||||
| -rw-r--r-- | 05.md | 2 | ||||
| -rw-r--r-- | 08.md | 2 | ||||
| -rw-r--r-- | 15.md | 2 |
5 files changed, 5 insertions, 5 deletions
| @@ -4,7 +4,7 @@ NIP-02 | |||
| 4 | Contact List and Petnames | 4 | Contact List and Petnames |
| 5 | ------------------------- | 5 | ------------------------- |
| 6 | 6 | ||
| 7 | `draft` `optional` `author:fiatjaf` `author:arcbtc` | 7 | `final` `optional` `author:fiatjaf` `author:arcbtc` |
| 8 | 8 | ||
| 9 | A special event with kind `3`, meaning "contact list" is defined as having a list of `p` tags, one for each of the followed/known profiles one is following. | 9 | A special event with kind `3`, meaning "contact list" is defined as having a list of `p` tags, one for each of the followed/known profiles one is following. |
| 10 | 10 | ||
| @@ -4,7 +4,7 @@ NIP-04 | |||
| 4 | Encrypted Direct Message | 4 | Encrypted Direct Message |
| 5 | ------------------------ | 5 | ------------------------ |
| 6 | 6 | ||
| 7 | `draft` `optional` `author:arcbtc` | 7 | `final` `optional` `author:arcbtc` |
| 8 | 8 | ||
| 9 | A special event with kind `4`, meaning "encrypted direct message". It is supposed to have the following attributes: | 9 | A special event with kind `4`, meaning "encrypted direct message". It is supposed to have the following attributes: |
| 10 | 10 | ||
| @@ -4,7 +4,7 @@ NIP-05 | |||
| 4 | Mapping Nostr keys to DNS-based internet identifiers | 4 | Mapping Nostr keys to DNS-based internet identifiers |
| 5 | ---------------------------------------------------- | 5 | ---------------------------------------------------- |
| 6 | 6 | ||
| 7 | `draft` `optional` `author:fiatjaf` | 7 | `final` `optional` `author:fiatjaf` |
| 8 | 8 | ||
| 9 | On events of type `0` (`set_metadata`) one can specify the key `"nip05"` with an [internet identifier](https://datatracker.ietf.org/doc/html/rfc5322#section-3.4.1) (an email-like address) as the value. Although there is a link to a very liberal "internet identifier" specification above, NIP-05 assumes the `<local-part>` part will be restricted to the characters `a-z0-9-_.`, case insensitive. | 9 | On events of type `0` (`set_metadata`) one can specify the key `"nip05"` with an [internet identifier](https://datatracker.ietf.org/doc/html/rfc5322#section-3.4.1) (an email-like address) as the value. Although there is a link to a very liberal "internet identifier" specification above, NIP-05 assumes the `<local-part>` part will be restricted to the characters `a-z0-9-_.`, case insensitive. |
| 10 | 10 | ||
| @@ -4,7 +4,7 @@ NIP-08 | |||
| 4 | Handling Mentions | 4 | Handling Mentions |
| 5 | ----------------- | 5 | ----------------- |
| 6 | 6 | ||
| 7 | `draft` `optional` `author:fiatjaf` `author:scsibug` | 7 | `final` `optional` `author:fiatjaf` `author:scsibug` |
| 8 | 8 | ||
| 9 | This document standardizes the treatment given by clients of inline mentions of other events and pubkeys inside the content of `text_note`s. | 9 | This document standardizes the treatment given by clients of inline mentions of other events and pubkeys inside the content of `text_note`s. |
| 10 | 10 | ||
| @@ -4,7 +4,7 @@ NIP-15 | |||
| 4 | End of Stored Events Notice | 4 | End of Stored Events Notice |
| 5 | --------------------------- | 5 | --------------------------- |
| 6 | 6 | ||
| 7 | `draft` `optional` `author:Semisol` | 7 | `final` `optional` `author:Semisol` |
| 8 | 8 | ||
| 9 | Relays may support notifying clients when all stored events have been sent. | 9 | Relays may support notifying clients when all stored events have been sent. |
| 10 | 10 | ||