Skip to content

Commit

Permalink
Clarify state machine #148
Browse files Browse the repository at this point in the history
  • Loading branch information
claucece committed Jun 2, 2018
1 parent e5e913a commit e4b31ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions otrv4.md
Expand Up @@ -3699,10 +3699,9 @@ If the state is not `WAITING_AUTH_R`:
* Initialize the double ratcheting, as defined in the
[Interactive DAKE Overview](#interactive-dake-overview) section.
* Transition to state `ENCRYPTED_MESSAGES`. In the case of the interactive
DAKE in the OTRv3-compatible mode, after sending an Auth-I Message, a
participant is only allowed to send a "heartbeat" message. After receiving a
data message from the other side, this participant is allowed to send
encrypted messages.
DAKE, after sending an Auth-I Message, a participant must wait for the
"heartbeat" message from the other participant in order to be able to send
data messages.

#### Receiving an Auth-I Message

Expand Down

0 comments on commit e4b31ad

Please sign in to comment.