matrix-org / matrix-rust-sdk-crypto-nodejs

Apache License 2.0
3 stars 5 forks source link

bindings/crypto-nodejs: add functions for encrypting custom to-device messages for receivers #16

Open turt2live opened 2 years ago

turt2live commented 2 years ago

This will be needed for things like MSC3401 VoIP where arbitrary event shapes will need encrypting and sending as to-device messages.

turt2live commented 2 years ago

not a blocker for the bot-sdk bindings, but also higher priority for the medium term.

Hywan commented 2 years ago

Hey :-),

I don't understand the feature request. Do you know if the matrix-sdk-crypto crate supports that already?

turt2live commented 2 years ago

I don't know if it supports it, but we do need a way to encrypt arbitrary toDevice messages :D

poljar commented 1 year ago

It does not, this issue is blocked on matrix-org/matrix-rust-sdk#1453.