[Bug 33460] New: IM and MUC channels should use wocky_porter_send_async(), and emit failing delivery reports
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jan 25 14:50:52 CET 2011
https://bugs.freedesktop.org/show_bug.cgi?id=33460
Summary: IM and MUC channels should use
wocky_porter_send_async(), and emit failing delivery
reports
Product: Telepathy
Version: git master
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: gabble
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: will.thompson at collabora.co.uk
QAContact: telepathy-bugs at lists.freedesktop.org
Currently both IM and MUC channels use gabble_message_util_send_message(),
which ultimately uses wocky_porter_send(), the fire-and-forget variant.
But if we used wocky_porter_send_async() we could detect the stanza having not
been sent when the connection goes away, and emit a failed delivery report. We
could also signal it having been received by our server (but not necessarily by
any other server or the recipient) with Accepted.
(We don't currently have a flag for "we will emit Accepted or Failed, but may
not emit Delivered".)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list