diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -64,6 +64,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 64 | - [NIP-65: Relay List Metadata](65.md) | 64 | - [NIP-65: Relay List Metadata](65.md) |
| 65 | - [NIP-78: Application-specific data](78.md) | 65 | - [NIP-78: Application-specific data](78.md) |
| 66 | - [NIP-89: Recommended Application Handlers](89.md) | 66 | - [NIP-89: Recommended Application Handlers](89.md) |
| 67 | - [NIP-90: Data Vending Machines](90.md) | ||
| 67 | - [NIP-94: File Metadata](94.md) | 68 | - [NIP-94: File Metadata](94.md) |
| 68 | - [NIP-98: HTTP Auth](98.md) | 69 | - [NIP-98: HTTP Auth](98.md) |
| 69 | 70 | ||
| @@ -110,6 +111,8 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 110 | | `30078` | Application-specific Data | [78](78.md) | | 111 | | `30078` | Application-specific Data | [78](78.md) | |
| 111 | | `31989` | Handler recommendation | [89](89.md) | | 112 | | `31989` | Handler recommendation | [89](89.md) | |
| 112 | | `31990` | Handler information | [89](89.md) | | 113 | | `31990` | Handler information | [89](89.md) | |
| 114 | | `65000` | Job Feedback | [90](90.md) | | ||
| 115 | | `65001` | Job Result | [90](90.md) | | ||
| 113 | 116 | ||
| 114 | ### Event Kind Ranges | 117 | ### Event Kind Ranges |
| 115 | 118 | ||
| @@ -119,6 +122,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 119 | | `10000`--`19999` | Replaceable Events | [16](16.md) | | 122 | | `10000`--`19999` | Replaceable Events | [16](16.md) | |
| 120 | | `20000`--`29999` | Ephemeral Events | [16](16.md) | | 123 | | `20000`--`29999` | Ephemeral Events | [16](16.md) | |
| 121 | | `30000`--`39999` | Parameterized Replaceable Events | [33](33.md) | | 124 | | `30000`--`39999` | Parameterized Replaceable Events | [33](33.md) | |
| 125 | | `65002`--`66000` | Job Requests | [90](90.md) | | ||
| 122 | 126 | ||
| 123 | ## Message types | 127 | ## Message types |
| 124 | 128 | ||