From 6ecea67718803e96e00a18f97ae8abc83ecaa1c2 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Fri, 12 Jun 2015 14:09:41 +0100 Subject: Implement the session key exchange --- include/axolotl/error.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'include/axolotl/error.hh') diff --git a/include/axolotl/error.hh b/include/axolotl/error.hh index 712b9eb..3bf0e63 100644 --- a/include/axolotl/error.hh +++ b/include/axolotl/error.hh @@ -10,6 +10,7 @@ enum struct ErrorCode { BAD_MESSAGE_VERSION = 3, /*!< The message version is unsupported */ BAD_MESSAGE_FORMAT = 4, /*!< The message couldn't be decoded */ BAD_MESSAGE_MAC = 5, /*!< The message couldn't be decrypted */ + BAD_MESSAGE_KEY_ID = 6, /*!< The message references an unknown key id */ }; } // namespace axolotl -- cgit v1.2.3