Module bob

Source
Expand description

Bobโ€™s side of SecureJoin handling, the joiner-side.

Enumsยง

BobHandshakeMsg ๐Ÿ”’
Identifies the SecureJoin handshake messages Bob can send.
JoinerProgress ๐Ÿ”’
Progress updates for EventType::SecurejoinJoinerProgress.

Functionsยง

handle_auth_required ๐Ÿ”’
Handles vc-auth-required and vg-auth-required handshake messages.
insert_new_db_entry ๐Ÿ”’
Inserts a new entry in the bobstate table.
joining_chat_id ๐Ÿ”’
Returns the ChatId of the chat being joined.
send_handshake_message ๐Ÿ”’
Sends the requested handshake message to Alice.
start_protocol ๐Ÿ”’
Starts the securejoin protocol with the QR invite.