docs: update references to SecureJoin protocols

This commit is contained in:
link2xt
2024-04-20 13:22:31 +00:00
committed by holger krekel
parent 242547f1e9
commit 406031773b
6 changed files with 8 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
//! Verified contact protocol implementation as [specified by countermitm project](https://securejoin.readthedocs.io/en/latest/new.html#setup-contact-protocol).
//! Implementation of [SecureJoin protocols](https://securejoin.delta.chat/).
use anyhow::{bail, Context as _, Error, Result};
use percent_encoding::{utf8_percent_encode, AsciiSet, NON_ALPHANUMERIC};