diff options
Diffstat (limited to '66.md')
| -rw-r--r-- | 66.md | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -28,10 +28,8 @@ Other tags include: | |||
| 28 | - `N` - NIPs supported by the relay | 28 | - `N` - NIPs supported by the relay |
| 29 | - `R` - Keys corresponding to requirements per [NIP 11](https://github.com/nostr-protocol/nips/blob/master/11.md)'s `limitations` array, including `auth`, `writes`, `pow`, and `payment`. False values should be specified using a `!` prefix, for example `!auth`. | 29 | - `R` - Keys corresponding to requirements per [NIP 11](https://github.com/nostr-protocol/nips/blob/master/11.md)'s `limitations` array, including `auth`, `writes`, `pow`, and `payment`. False values should be specified using a `!` prefix, for example `!auth`. |
| 30 | - `t` - A topic associated with this relay | 30 | - `t` - A topic associated with this relay |
| 31 | - `k` - An event kind accepted by the relay | 31 | - `k` - Accepted and unaccepted kinds (false values prepended by `!`) |
| 32 | - `!k` - An event kind not accepted by the relay | ||
| 33 | - `g` - A [NIP-52](https://github.com/nostr-protocol/nips/blob/master/52.md) geohash | 32 | - `g` - A [NIP-52](https://github.com/nostr-protocol/nips/blob/master/52.md) geohash |
| 34 | - `l` - A language tag | ||
| 35 | 33 | ||
| 36 | Tags with more than one value should be repeated, rather than putting all values in a single tag, for example `[["t", "cats"], ["t", "dogs"]]`, rather than `[["t", "cats", "dogs"]]`. | 34 | Tags with more than one value should be repeated, rather than putting all values in a single tag, for example `[["t", "cats"], ["t", "dogs"]]`, rather than `[["t", "cats", "dogs"]]`. |
| 37 | 35 | ||