chore: update supported nips

This commit is contained in:
Ricardo Arturo Cabral Mejia 2022-08-08 13:04:43 +00:00
parent 81ffe277ce
commit e2a74fb2c0
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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,
}