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 --- packages/meshbay-hub/src/meshbay_hub/static/group-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/meshbay-hub/src') diff --git a/packages/meshbay-hub/src/meshbay_hub/static/group-page.js b/packages/meshbay-hub/src/meshbay_hub/static/group-page.js index a25c07b..f0a98e4 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/group-page.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/group-page.js @@ -599,7 +599,7 @@ function GroupPage({ groupId, group, token, username, userId, userPrefs, // First-hand evidence, and the strongest available: this browser spoke // to the node. It outranks whatever the hub said in the group list. // A scan already under way at the moment of connecting (ack.indexing, - // webrtc_server.py _complete_handshake) shows as indexing right away + // webrtc/handshake.py _complete_handshake) shows as indexing right away // rather than waiting for the next periodic push. if (onPresence) { const idx = ack.indexing; -- cgit v1.2.3