Bug 73333

Summary: TpFileTransferChannel: Add streaming error report
Product: Telepathy Reporter: Xavier Claessens <xclaesse>
Component: tp-glibAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED MOVED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium    
Version: git master   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Xavier Claessens 2014-01-06 21:01:49 UTC
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.
Comment 1 GitLab Migration User 2019-12-03 20:42:34 UTC
-- 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.