Function deltachat::securejoin::send_alice_handshake_msg
source · async fn send_alice_handshake_msg(
context: &Context,
contact_id: ContactId,
step: &str,
) -> Result<()>
Expand description
Send handshake message from Alice’s device;
Bob’s handshake messages are sent in BobState::send_handshake_message()
.