diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-24 10:36:54 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-24 16:45:38 +0200 |
| commit | 41b814483cf990d855188899332b90fc525135b7 (patch) | |
| tree | 7049a38f8907f14f76addc3b7faf9922016ef36e /packages/meshbay-hub/src/meshbay_hub/static/group-page.js | |
| parent | 600a6dfe3779b9cd82d4e0cb94c6f6e7df21ab20 (diff) | |
| download | meshbay-41b814483cf990d855188899332b90fc525135b7.tar.gz | |
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 <noreply@anthropic.com>
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/group-page.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/group-page.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |