Expand description
Bobโs side of SecureJoin handling, the joiner-side.
Enumsยง
- BobHandshake
Msg ๐ - Identifies the SecureJoin handshake messages Bob can send.
- Joiner
Progress ๐ - Progress updates for
EventType::SecurejoinJoinerProgress
.
Functionsยง
- handle_
auth_ ๐required - Handles
vc-auth-required
andvg-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
.