From 41b814483cf990d855188899332b90fc525135b7 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Thu, 24 Sep 2026 10:36:54 +0200 Subject: refactor(node): move the MNP handshake out of webrtc_server HandshakeMixin in transport/webrtc/handshake.py: challenge, proof, channel binding, and the sealed configuration a peer receives once admitted. Co-Authored-By: Claude Opus 5.5 --- docs/transfers-v1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/transfers-v1.md b/docs/transfers-v1.md index f9c3675..029e1b0 100644 --- a/docs/transfers-v1.md +++ b/docs/transfers-v1.md @@ -350,7 +350,7 @@ update here") rather than a handshake refusal. ### 4.3 Handshake ack Two fields inside the sealed configuration block (`_complete_handshake`, -`webrtc_server.py:852`), so the interface can draw correct numbers before +`webrtc/handshake.py`), so the interface can draw correct numbers before anything is transferred: ```python -- cgit v1.2.3