MCPcopy Create free account
hub / github.com/chatmail/core / join_securejoin

Function join_securejoin

src/securejoin.rs:213–215  ·  view source on GitHub ↗

Take a scanned QR-code and do the setup-contact/join-group/invite handshake. This is the start of the process for the joiner. See the module and ffi documentation for more details. The function returns immediately and the handshake will run in background.

(context: &Context, qr: &str)

Source from the content-addressed store, hash-verified

211///
212/// The function returns immediately and the handshake will run in background.
213pub async fn join_securejoin(context: &Context, qr: &str) -> Result<ChatId> {
214 join_securejoin_with_ux_info(context, qr, None, None).await
215}
216
217/// Take a scanned QR-code and do the setup-contact/join-group/invite handshake.
218///

Callers 15

handle_cmdFunction · 0.85
dc_join_securejoinFunction · 0.85
secure_joinMethod · 0.85
test_setup_contact_exFunction · 0.85
test_parallel_securejoinFunction · 0.85

Calls 1