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 /05.md | |
| parent | 631e9760bfa6ab44804a8ca28ca913dfacdbb5cc (diff) | |
finalize some NIPs we will not going to change anymore.
Diffstat (limited to '05.md')
| -rw-r--r-- | 05.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||