summaryrefslogtreecommitdiffstats
path: root/internal/handler/websocket/nip11.go
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-02-14 08:21:01 -0800
committerbndw <ben@bdw.to>2026-02-14 08:21:01 -0800
commit0406e24e1259e1a9adcd739da388dcca9ec8feba (patch)
treea7a0d5b88ddbad604b18fe31a00db37d8ef307ef /internal/handler/websocket/nip11.go
parent1527a7313ca46cd646737fb05c33908fba034df9 (diff)
refactor: rename project from nostr-grpc to muxstr
Update module path from northwest.io/nostr-grpc to northwest.io/muxstr. This includes updating all Go imports, protobuf definitions, generated files, and documentation.
Diffstat (limited to 'internal/handler/websocket/nip11.go')
-rw-r--r--internal/handler/websocket/nip11.go4
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
33func (h *Handler) ServeNIP11(w http.ResponseWriter, r *http.Request) { 33func (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,