|
@@ -17,7 +17,6 @@
|
|
|
|
|
|
### Take into account:
|
|
|
|
|
|
-- Whitespace tags should not be sent in ENCRYPTED_MESSAGES state.
|
|
|
- Whitespace tags are not be sent in ENCRYPTED_MESSAGES state.
|
|
|
- Transition between interactive and non-interactive.
|
|
|
- Receiving v3 messages at any point.
|
|
@@ -25,3 +24,10 @@
|
|
|
- Receiving a identity message at any point.
|
|
|
- Receiving a auth-r message at any point.
|
|
|
- Receiving a auth-i message at any point.
|
|
|
+
|
|
|
+### Add to the protocol
|
|
|
+
|
|
|
+- Whitespace tags are not be sent in ENCRYPTED_MESSAGES state.
|
|
|
+- Are we going to allow receiving query messages in any state?
|
|
|
+- Are we going to allow receiving identity messages in encrypted state?
|
|
|
+- Are we going to allow receiving non-interactive-auth messages in encrypted state?
|