<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nostr.git/internal/websocket/websocket.go, branch v0.1.0</title>
<subtitle>zero-dependency Go library for the Nostr protocol</subtitle>
<id>https://code.northwest.io/nostr.git/atom?h=v0.1.0</id>
<link rel='self' href='https://code.northwest.io/nostr.git/atom?h=v0.1.0'/>
<link rel='alternate' type='text/html' href='https://code.northwest.io/nostr.git/'/>
<updated>2026-02-08T18:25:39+00:00</updated>
<entry>
<title>fix: correct WebSocket GUID constant (RFC 6455)</title>
<updated>2026-02-08T18:25:39+00:00</updated>
<author>
<name>bndw</name>
<email>ben@bdw.to</email>
</author>
<published>2026-02-08T18:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/nostr.git/commit/?id=7fba76d7e4e63e0c29da81d6be43330743af1aaf'/>
<id>urn:sha1:7fba76d7e4e63e0c29da81d6be43330743af1aaf</id>
<content type='text'>
Fixed typo in WebSocket GUID that was causing handshake failures.
The GUID had '5AB5' instead of 'C5AB0' in the middle section.

Correct value: 258EAFA5-E914-47DA-95CA-C5AB0DC85B11

This also includes the implementation of an internal WebSocket client
to replace the external dependency, providing a minimal implementation
tailored for Nostr relay connections.
</content>
</entry>
</feed>
