mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-13 02:46:24 +00:00
NIPs are no longer numbers
This commit is contained in:
parent
e9f4cf52f5
commit
38c983dc42
4
11.md
4
11.md
@ -18,7 +18,7 @@ When a relay receives an HTTP(s) request with an `Accept` header of `application
|
|||||||
"icon": <a link to an icon (e.g. in .jpg, or .png format>,
|
"icon": <a link to an icon (e.g. in .jpg, or .png format>,
|
||||||
"pubkey": <administrative contact pubkey>,
|
"pubkey": <administrative contact pubkey>,
|
||||||
"contact": <administrative alternate contact>,
|
"contact": <administrative alternate contact>,
|
||||||
"supported_nips": <a list of NIP numbers supported by the relay>,
|
"supported_nips": <a list of NIPs supported by the relay>,
|
||||||
"software": <string identifying relay software URL>,
|
"software": <string identifying relay software URL>,
|
||||||
"version": <string version identifier>
|
"version": <string version identifier>
|
||||||
}
|
}
|
||||||
@ -64,7 +64,7 @@ An alternative contact may be listed under the `contact` field as well, with the
|
|||||||
|
|
||||||
### Supported NIPs
|
### Supported NIPs
|
||||||
|
|
||||||
As the Nostr protocol evolves, some functionality may only be available by relays that implement a specific `NIP`. This field is an array of the integer identifiers of `NIP`s that are implemented in the relay. Examples would include `1`, for `"NIP-01"` and `9`, for `"NIP-09"`. Client-side `NIPs` SHOULD NOT be advertised, and can be ignored by clients.
|
As the Nostr protocol evolves, some functionality may only be available by relays that implement a specific `NIP`. This field is an array of the string identifiers of `NIP`s that are implemented in the relay. Examples would include `1`, for `"NIP-01"` and `9`, for `"NIP-09"`. Client-side `NIPs` SHOULD NOT be advertised, and can be ignored by clients.
|
||||||
|
|
||||||
### Software
|
### Software
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user