pub const ERR_INVITER_MISMATCH: i64 = -32047;Expand description
The address-swap defense fired: the TLS-authenticated peer is not the endpoint the invite names (#159).
The one refusal here that must NOT be rendered as “try again”. Something answered in place of the machine the invite identifies — a substituted address, or a forged invite. An embedder that treats every pairing failure as a friendly retry papers over exactly the attack this check exists to catch. Remedy: do not retry; get the invite again through a channel you trust.