We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1535cf commit 0cf503cCopy full SHA for 0cf503c
README.md
@@ -60,6 +60,7 @@ NIPs with a relay-specific implementation are listed here.
60
- [x] NIP-28: Public Chat
61
- [x] NIP-33: Parameterized Replaceable Events
62
- [x] NIP-40: Expiration Timestamp
63
+- [x] NIP-42: Authentication of clients to relays
64
- [x] NIP-111: Relay Information Document Extensions
65
66
## Requirements
package.json
@@ -17,6 +17,7 @@
17
28,
18
33,
19
40,
20
+ 42,
21
111
22
],
23
"main": "src/index.ts",
0 commit comments