Pēteris Caune 74ed15e0aa
Update the signal integration to use DBus
The initial implementation was just calling signal-cli directly
using `subprocess.run`.

Going with DBus makes it easier to shield signal-cli from the
rest of the system. It also makes sure the signal-cli daemon is
running in the background and receiving messages. This is important
when a recipient does the "Reset secure connection" from the app. We
must receive their new keys, otherwise our future messages will
appear as "bad encrypted message" for them.
2021-01-13 11:52:42 +02:00
..
2020-04-07 10:08:20 +03:00
2020-04-07 10:08:20 +03:00
2019-05-15 14:27:50 +03:00
2021-01-09 16:52:48 +02:00