TpFileTransferChannel has no way to report streaming errors. _provide_file_async () and _accept_file_async() complete as soon as the DBus-level opperation finishes, but can't wait for the whole streaming process to be done. We could either extend those functions to cover the streaming part as well (unit tests explicitly assume they complete early, so that's a behaviour change), or we can add a "streaming-error" signal. I would prefer adding a signal, and add it to the spec as well, so an observer can know about streaming errors as well. Also that signal would be useful if we do the streaming in the CM for haze. Otoh, I would consider the spec part out of scope for this bug, it could need a bit more rethinking, like simply giving the URI to the CM and let it do the job.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-glib/issues/119.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.