Merge 92c2176c1702cf378ade99f63e0fadb1426fb78d into 0619f370bca3485bb9c5870bc2defa03c7c3d10e

This commit is contained in:
Pablo Fernandez 2025-03-21 12:59:04 +00:00 committed by GitHub
commit 225690cad2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
89.md
View File

@ -74,6 +74,19 @@ Using a `k` tag(s) (instead of having the kind of the `d` tag) provides:
Multiple tags might be registered by the app, following NIP-19 nomenclature as the second value of the array.
No contradictory hints can appear. Apps should not publish handlers with the same `platform:type` duple.
For example: an event with:
```jsonc
["web", "https://.../path1/<bech32>", "nevent"],
["web", "https://.../path2/<bech32>", "nevent"],
```
where the `web` + `nevent` duple is duplicated with contradictory values is invalid and clients SHOULD ignore it.
Applications that have different URLs should use different `kind:31990` to announce the different URLs that should be used per kind.
A tag without a second value in the array SHOULD be considered a generic handler for any NIP-19 entity that is not handled by a different tag.
# Client tag