feat: Deprecate OmemoSessionManager

This commit is contained in:
2022-12-26 13:27:54 +01:00
parent bca4840ca6
commit 4dc3cfb2b1
5 changed files with 10 additions and 11 deletions

View File

@@ -37,8 +37,8 @@
- Every decryption failure now causes the ratchet to be restored to a pre-decryption state
- Add method to get the device's fingerprint
## 1.0.0
## 0.4.0
- [Breaking] Replace `OmemoSessionManager` with `OmemoManager`
- Implement queued access to the ratchets inside the `OmemoManager`
- Implement heartbeat messages
- Deprecate `OmemoSessionManager`. Use `OmemoManager` instead.
- Implement queued access to the ratchets inside the `OmemoManager`.
- Implement heartbeat messages.