MMS: Notify user if there is an issue sending/receiving an MMS.
Right now, an MMS from mmsd-tng can silently fail (even if the ModemManager reports that it is connected):
- https://gitlab.com/kop316/mmsd/-/blob/master/src/service.c#L3144
- https://gitlab.com/kop316/mmsd/-/blob/master/src/service.c#L3262
And there is no signal to notify Chatty (or any other application) that this happened, so a user will not know if there was an issue. mmsd-tng
will still attempt to download it, but I think it makes sense for Chatty to tell the user that there is an issue so they can take action.
I would like to add a dbus signal so that a user knows that there is an issue, but before I start with it, I wanted to see your thoughts on how to construct it.
Edited by Chris Talbot