axolotl-chat / axolotl

A Signal compatible cross plattform client written in Go, Rust and Vuejs
https://axolotl.chat
GNU General Public License v3.0
329 stars 52 forks source link

Use upstream libsignal-client #602

Open nanu-c opened 3 years ago

nanu-c commented 3 years ago

We'd like to use upstream libsignal-client in order to many things we are not able to do now. This transition still blocks new features and many bugs.

julianfairfax commented 3 years ago

This app is really getting better. Keep up the good work!

pparent76 commented 2 years ago

I think it would be amazing to be based on libsignal, and on the long run I guess it would be more reliable make it easier to maintain compatibility regardless of the changes upstream. Thank's a lot for your work!

nanu-c commented 2 years ago

This is now partly solved. We don't use it for everything but each incoming message runs through the upstream library for decryption. We need to expand that to other parts of the app.