deltachat / deltachat-core-rust

Delta Chat Rust Core library, used by Android/iOS/desktop apps, bindings and bots 📧
https://delta.chat/en/contribute
Other
677 stars 86 forks source link

encrypt device tokens between core and the notifier server (M2) #6218

Open r10s opened 3 days ago

r10s commented 3 days ago

extending the already working iOS Push notification architecture. To maximize push notification privacy, implement end-to-end encryption of device tokens from Delta Chat apps to the Rust notifier server to prevent chatmail servers from learning device tokens

link2xt commented 2 days ago

Related issue in the notification server repo: https://github.com/deltachat/notifiers/issues/37