mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore: update supported nips
This commit is contained in:
parent
81ffe277ce
commit
e2a74fb2c0
@ -16,10 +16,9 @@ NIPs with a relay-specific implementation are listed here.
|
||||
- [ ] NIP-05: Mapping Nostr keys to DNS identifiers
|
||||
- [ ] NIP-06: Basic key derivation from mnemonic seed phrase
|
||||
- [ ] NIP-09: Event deletion
|
||||
- [ ] NIP-11: Relay information document
|
||||
- [ ] NIP-12: Generic tag queries
|
||||
- [x] NIP-11: Relay information document
|
||||
- [x] NIP-12: Generic tag queries
|
||||
- [ ] NIP-13: Proof of Work
|
||||
- [ ] NIP-14: Subject tag in text events.
|
||||
- [x] NIP-15: End of Stored Events Notice
|
||||
- [ ] NIP-16: Event Treatment
|
||||
- [ ] NIP-25: Reactions
|
||||
|
@ -30,7 +30,7 @@ export class WebServerAdapter implements IWebServerAdapter {
|
||||
description,
|
||||
pubkey,
|
||||
contact,
|
||||
supported_nips: [11],
|
||||
supported_nips: [11, 12, 15],
|
||||
software: packageJson.repository.url,
|
||||
version: packageJson.version,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user