mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-12 18:34:24 -04:00
This patch adds a view into the MSC-specific and intent specific data fields of the QR login data type. MSC4108 and MSC4388 have subtle differences in the way the rendezvous URL and the server name are shared, this new getter allows us to access all of those fields in a consistent manner. MSC4108: https://github.com/matrix-org/matrix-spec-proposals/pull/4108 MSC4388: https://github.com/matrix-org/matrix-spec-proposals/pull/4388
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.