upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTerry Yiu <963907+tyiu@users.noreply.github.com>2023-06-10 20:57:57 -0400
committerfiatjaf_ <fiatjaf@gmail.com>2023-08-01 12:28:54 -0300
commitb4cdc1a73d415c79c35655fa02f5e55cd1f2a60c (patch)
tree9e4deb7f4675fa76b2b32052c87b43a900a2b07e /README.md
parent5d63b1570c490007252b10e757f7f68ef1f4b717 (diff)
NIP-52: Calendar Events
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1360190..ff12800 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
58- [NIP-47: Wallet Connect](47.md) 58- [NIP-47: Wallet Connect](47.md)
59- [NIP-50: Keywords filter](50.md) 59- [NIP-50: Keywords filter](50.md)
60- [NIP-51: Lists](51.md) 60- [NIP-51: Lists](51.md)
61- [NIP-52: Calendar Events](52.md)
61- [NIP-53: Live Activities](53.md) 62- [NIP-53: Live Activities](53.md)
62- [NIP-56: Reporting](56.md) 63- [NIP-56: Reporting](56.md)
63- [NIP-57: Lightning Zaps](57.md) 64- [NIP-57: Lightning Zaps](57.md)
@@ -115,6 +116,10 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
115| `30311` | Live Event | [53](53.md) | 116| `30311` | Live Event | [53](53.md) |
116| `30402` | Classified Listing | [99](99.md) | 117| `30402` | Classified Listing | [99](99.md) |
117| `30403` | Draft Classified Listing | [99](99.md) | 118| `30403` | Draft Classified Listing | [99](99.md) |
119| `31922` | Date-Based Calendar Event | [52](52.md) |
120| `31923` | Time-Based Calendar Event | [52](52.md) |
121| `31924` | Calendar | [52](52.md) |
122| `31925` | Calendar Event RSVP | [52](52.md) |
118| `31989` | Handler recommendation | [89](89.md) | 123| `31989` | Handler recommendation | [89](89.md) |
119| `31990` | Handler information | [89](89.md) | 124| `31990` | Handler information | [89](89.md) |
120 125
@@ -162,7 +167,7 @@ When experimenting with kinds, keep in mind the classification introduced by [NI
162| `alt` | Alt tag | -- | [31](31.md) | 167| `alt` | Alt tag | -- | [31](31.md) |
163| `d` | identifier | -- | [33](33.md) | 168| `d` | identifier | -- | [33](33.md) |
164| `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | 169| `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) |
165| `g` | geohash | -- | [12](12.md) | 170| `g` | geohash | -- | [12](12.md), [52](52.md) |
166| `i` | identity | proof | [39](39.md) | 171| `i` | identity | proof | [39](39.md) |
167| `k` | kind number (string) | -- | [18](18.md) | 172| `k` | kind number (string) | -- | [18](18.md) |
168| `l` | label, label namespace | annotations | [32](32.md) | 173| `l` | label, label namespace | annotations | [32](32.md) |
@@ -181,7 +186,7 @@ When experimenting with kinds, keep in mind the classification introduced by [NI
181| `expiration` | unix timestamp (string) | -- | [40](40.md) | 186| `expiration` | unix timestamp (string) | -- | [40](40.md) |
182| `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | 187| `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) |
183| `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | 188| `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) |
184| `location` | location string | -- | [99](99.md) | 189| `location` | location string | -- | [52](52.md), [99](99.md) |
185| `name` | badge name | -- | [58](58.md) | 190| `name` | badge name | -- | [58](58.md) |
186| `nonce` | random | -- | [13](13.md) | 191| `nonce` | random | -- | [13](13.md) |
187| `preimage` | hash of `bolt11` invoice | -- | [57](57.md) | 192| `preimage` | hash of `bolt11` invoice | -- | [57](57.md) |