Follow-up: signed nickname calling, group chat, and mesh lab configs#90
Open
deborahnelson8788726 wants to merge 6 commits into
Open
Follow-up: signed nickname calling, group chat, and mesh lab configs#90deborahnelson8788726 wants to merge 6 commits into
deborahnelson8788726 wants to merge 6 commits into
Conversation
Add per-device P-256 identity, unique nickname discovery, account linking, presence-aware LiveKit call fan-out, and signed mesh invitations. Persist account-level group chats with membership checks and idempotent messages, expose the same UI on iOS and macOS, and add service and client tests.
Clear stale CallKit transactions before new calls, use LiveKit state for the call UI, and recover remote video subscriptions that arrive before the delegate callback. Add focused connection diagnostics. Verified on ssd26 and t27_dev with bidirectional audio/video for 53 seconds and zero RTP packet loss.
WAVE #15 authenticated the INVITE but left it replayable: a valid HMAC only proves the sender knew the PSK once, so a sniffed INVITE could be replayed to force a ring/auto-join later. Add a TS_MS field to the (HMAC-covered) payload and reject any INVITE whose timestamp is missing or outside a +/-15s window. Verified live: a replayed INVITE (valid MAC, 60s-old TS) -> 0 auto-joins; a fresh one -> auto-joins. Both platforms; smoke updated and still PASSes. Residual: a 15s window allows an immediate replay (a seen-MAC cache would close it fully) - left as an option. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
deborahnelson8788726
marked this pull request as ready for review
July 22, 2026 17:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #89.
Summary
Validation
cargo test --workspace: blocked by pre-existing t27-generated Rust errors (Vecwithout a generic type andmultipath_routingbool/u32 output); no generated files were hand-edited