[Bug 300655] Message transmission delay with ICQ

George Kiagiadakis kiagiadakis.george at gmail.com
Wed Jul 18 12:38:47 BST 2012


https://bugs.kde.org/show_bug.cgi?id=300655

--- Comment #27 from George Kiagiadakis <kiagiadakis.george at gmail.com> ---
I had a look at those logs. It appears that every SendMessage call is
immediately accompanied by the MessageSent signal. I had a look at the relevant
tp-qt code and it seems there are no delays in sending or receiving the
messages (no pending operations trying to make stuff ready), so as soon as you
hit enter in the text-ui, the SendMessage d-bus call is made in the context of
that slot and when the MessageSent signal arrives, it immediately emits in the
same context the equivalent Tp::TextChannel signal which is processed
immediately from the UI.

Therefore, I am fairly confident that this is not a bug in any telepathy part.
It might be libpurple or something even lower than that, or just a server
issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list