diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -44,7 +44,6 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 44 | - [NIP-26: Delegated Event Signing](26.md) | 44 | - [NIP-26: Delegated Event Signing](26.md) |
| 45 | - [NIP-27: Text Note References](27.md) | 45 | - [NIP-27: Text Note References](27.md) |
| 46 | - [NIP-28: Public Chat](28.md) | 46 | - [NIP-28: Public Chat](28.md) |
| 47 | - [NIP-29: Media Attachments](29.md) | ||
| 48 | - [NIP-30: Custom Emoji](30.md) | 47 | - [NIP-30: Custom Emoji](30.md) |
| 49 | - [NIP-31: Dealing with Unknown Events](31.md) | 48 | - [NIP-31: Dealing with Unknown Events](31.md) |
| 50 | - [NIP-32: Labeling](32.md) | 49 | - [NIP-32: Labeling](32.md) |
| @@ -74,6 +73,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 74 | - [NIP-84: Highlights](84.md) | 73 | - [NIP-84: Highlights](84.md) |
| 75 | - [NIP-89: Recommended Application Handlers](89.md) | 74 | - [NIP-89: Recommended Application Handlers](89.md) |
| 76 | - [NIP-90: Data Vending Machines](90.md) | 75 | - [NIP-90: Data Vending Machines](90.md) |
| 76 | - [NIP-92: Media Attachments](92.md) | ||
| 77 | - [NIP-94: File Metadata](94.md) | 77 | - [NIP-94: File Metadata](94.md) |
| 78 | - [NIP-96: HTTP File Storage Integration](96.md) | 78 | - [NIP-96: HTTP File Storage Integration](96.md) |
| 79 | - [NIP-98: HTTP Auth](98.md) | 79 | - [NIP-98: HTTP Auth](98.md) |
| @@ -218,6 +218,7 @@ Please update these lists when proposing NIPs introducing new event kinds. | |||
| 218 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | | 218 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | |
| 219 | | `goal` | event id (hex) | relay URL | [75](75.md) | | 219 | | `goal` | event id (hex) | relay URL | [75](75.md) | |
| 220 | | `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | | 220 | | `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | |
| 221 | | `imeta` | inline metadata | -- | [92](92.md) | | ||
| 221 | | `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | | 222 | | `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | |
| 222 | | `location` | location string | -- | [52](52.md), [99](99.md) | | 223 | | `location` | location string | -- | [52](52.md), [99](99.md) | |
| 223 | | `name` | badge name | -- | [58](58.md) | | 224 | | `name` | badge name | -- | [58](58.md) | |