diff options
| author | Pablo Fernandez <p@f7z.io> | 2023-06-08 22:50:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-08 22:50:44 +0200 |
| commit | 75c05b547c4525bf4fc581bf4167e4847c0a55b9 (patch) | |
| tree | b3d211bc3683b340d678c3574519f327e7b3858e /README.md | |
| parent | 14a887d43b654f41de5d271e27ef69048f183fb4 (diff) | |
| parent | 6baacf6fb1badf3ba2480a88519e357b3cbdaaac (diff) | |
Merge pull request #500 from nostr-protocol/nip31
nip-31: dealing with custom unknown events
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -46,6 +46,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 46 | - [NIP-27: Text Note References](27.md) | 46 | - [NIP-27: Text Note References](27.md) |
| 47 | - [NIP-28: Public Chat](28.md) | 47 | - [NIP-28: Public Chat](28.md) |
| 48 | - [NIP-30: Custom Emoji](30.md) | 48 | - [NIP-30: Custom Emoji](30.md) |
| 49 | - [NIP-31: Dealing with Unknown Events](31.md) | ||
| 49 | - [NIP-33: Parameterized Replaceable Events](33.md) | 50 | - [NIP-33: Parameterized Replaceable Events](33.md) |
| 50 | - [NIP-36: Sensitive Content](36.md) | 51 | - [NIP-36: Sensitive Content](36.md) |
| 51 | - [NIP-39: External Identities in Profiles](39.md) | 52 | - [NIP-39: External Identities in Profiles](39.md) |
| @@ -146,6 +147,7 @@ When experimenting with kinds, keep in mind the classification introduced by [NI | |||
| 146 | | name | value | other parameters | NIP | | 147 | | name | value | other parameters | NIP | |
| 147 | | ----------------- | ------------------------------------ | -------------------- | ------------------------ | | 148 | | ----------------- | ------------------------------------ | -------------------- | ------------------------ | |
| 148 | | `a` | coordinates to an event | relay URL | [33](33.md), [23](23.md) | | 149 | | `a` | coordinates to an event | relay URL | [33](33.md), [23](23.md) | |
| 150 | | `alt` | Alt tag | -- | [31](31.md) | | ||
| 149 | | `d` | identifier | -- | [33](33.md) | | 151 | | `d` | identifier | -- | [33](33.md) | |
| 150 | | `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | | 152 | | `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | |
| 151 | | `g` | geohash | -- | [12](12.md) | | 153 | | `g` | geohash | -- | [12](12.md) | |