diff options
Diffstat (limited to 'internal/handler/websocket/nip11.go')
| -rw-r--r-- | internal/handler/websocket/nip11.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/handler/websocket/nip11.go b/internal/handler/websocket/nip11.go index a5bb9ca..8de95a2 100644 --- a/internal/handler/websocket/nip11.go +++ b/internal/handler/websocket/nip11.go | |||
| @@ -32,10 +32,10 @@ type Limits struct { | |||
| 32 | 32 | ||
| 33 | func (h *Handler) ServeNIP11(w http.ResponseWriter, r *http.Request) { | 33 | func (h *Handler) ServeNIP11(w http.ResponseWriter, r *http.Request) { |
| 34 | info := RelayInfo{ | 34 | info := RelayInfo{ |
| 35 | Name: "nostr-grpc relay", | 35 | Name: "muxstr relay", |
| 36 | Description: "High-performance Nostr relay with gRPC, Connect, and WebSocket support", | 36 | Description: "High-performance Nostr relay with gRPC, Connect, and WebSocket support", |
| 37 | SupportedNIPs: []int{1, 9, 11}, | 37 | SupportedNIPs: []int{1, 9, 11}, |
| 38 | Software: "northwest.io/nostr-grpc", | 38 | Software: "northwest.io/muxstr", |
| 39 | Version: "0.1.0", | 39 | Version: "0.1.0", |
| 40 | Limitation: &Limits{ | 40 | Limitation: &Limits{ |
| 41 | MaxMessageLength: 65536, | 41 | MaxMessageLength: 65536, |
