diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2025-09-08 14:25:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-08 15:25:05 -0300 |
| commit | 5d81c9100e6f4e47438fc0064d5518b532e018cd (patch) | |
| tree | b818d3b6f907205b8b7c794f6fb2623e42f66e48 | |
| parent | 3a126a51a65bcf97a335a6897574254c92334cec (diff) | |
Removing the idea of "Standard" Tags (#2055)
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -11,7 +11,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 11 | - [Message Types](#message-types) | 11 | - [Message Types](#message-types) |
| 12 | - [Client to Relay](#client-to-relay) | 12 | - [Client to Relay](#client-to-relay) |
| 13 | - [Relay to Client](#relay-to-client) | 13 | - [Relay to Client](#relay-to-client) |
| 14 | - [Standardized Tags](#standardized-tags) | 14 | - [Common Tags](#common-tags) |
| 15 | - [Criteria for acceptance of NIPs](#criteria-for-acceptance-of-nips) | 15 | - [Criteria for acceptance of NIPs](#criteria-for-acceptance-of-nips) |
| 16 | - [Is this repository a centralizing factor?](#is-this-repository-a-centralizing-factor) | 16 | - [Is this repository a centralizing factor?](#is-this-repository-a-centralizing-factor) |
| 17 | - [How this repository works](#how-this-repository-works) | 17 | - [How this repository works](#how-this-repository-works) |
| @@ -312,7 +312,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 312 | | `AUTH` | used to send authentication challenges | [42](42.md) | | 312 | | `AUTH` | used to send authentication challenges | [42](42.md) | |
| 313 | | `COUNT` | used to send requested event counts to clients | [45](45.md) | | 313 | | `COUNT` | used to send requested event counts to clients | [45](45.md) | |
| 314 | 314 | ||
| 315 | ## Standardized Tags | 315 | ## Common Tags |
| 316 | 316 | ||
| 317 | | name | value | other parameters | NIP | | 317 | | name | value | other parameters | NIP | |
| 318 | | ----------------- | ------------------------------------ | ------------------------------- | -------------------------------------------------- | | 318 | | ----------------- | ------------------------------------ | ------------------------------- | -------------------------------------------------- | |