mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-18 06:07:43 -04:00
<!-- description of the changes in this PR --> Updates ruma from289bee8797to89dab44660see4250d65756Depends on this ruma PR github.com/ruma/ruma/pull/2383 Support for reading the intent from the notification event (m.call.intent in notification event as per https://github.com/matrix-org/matrix-spec-proposals/pull/4075) Parity with js-sdk implementationbd6547c081/src/matrixrtc/types.ts (L150)- [ ] I've documented the public API Changes in the appropriate `CHANGELOG.md` files. - [ ] I've read [the `CONTRIBUTING.md` file](https://github.com/matrix-org/matrix-rust-sdk/blob/main/CONTRIBUTING.md), notably the sections about Pull requests, Commit message format, and AI policy. - [ ] This PR was made with the help of AI. <!-- Sign-off, if not part of the commits --> <!-- See CONTRIBUTING.md if you don't know what this is --> Signed-off-by:
Matrix Rust SDK bindings
In this directory, one can find bindings to the Rust SDK that are maintained by the owners of the Matrix Rust SDK project.
appleormatrix-rust-components-swift, Swift bindings of thematrix-sdkcrate viamatrix-sdk-ffi,matrix-sdk-crypto-ffi, UniFFI (Kotlin, Swift, Python, Ruby) bindings of thematrix-sdk-cryptocrate,matrix-sdk-ffi, UniFFI bindings of thematrix-sdkcrate.
There are also external bindings in other repositories:
matrix-sdk-crypto-wasm, JavaScript / WebAssembly bindings of thematrix-sdk-cryptocrate,matrix-sdk-crypto-nodejs, Node.js bindings of thematrix-sdk-cryptocrate
Contributing
To contribute read this guide.