matrix-rust-sdk/matrix_sdk
Damir Jelić 315e77ebf2 crypto: Add the users for key claiming to the outgoing requests
This makes sure that we immediately claim one-time keys after we
receive the sync changes instead of waiting for a room message to be
sent by the user.

Users may not send a message in a long time which would mean that we'll
likely never share secrets or forward room keys if a Olm session was
missing with the requester.
2021-08-13 18:28:52 +02:00
..
examples Upgrade to ruma 0.3.0 2021-08-12 10:41:20 +02:00
src crypto: Add the users for key claiming to the outgoing requests 2021-08-13 18:28:52 +02:00
Cargo.toml Upgrade to ruma 0.3.0 2021-08-12 10:41:20 +02:00
README.md matrix-sdk: Add a bunch of readmes to the crates. 2020-05-26 19:33:13 +02:00

README.md

Build Status codecov License #matrix-rust-sdk

matrix-sdk

matrix-sdk is an implementation of a Matrix client-server library in Rust.

License

Apache-2.0