Summary: | Presence applet sometimes reports wrong presence when a CM doesn't support a particular presence | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | George Goldberg <grundleborg> |
Component: | presence-applet | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | abnerf |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | 0.4.0 | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
George Goldberg
2009-08-10 19:25:00 UTC
Using a timer to set up a timeout for the updating presence msg. Sometimes when we try to set up an invalid presence status (like some xmpp server that doesn't supports invisible presence) the data engine will not emit any presence changed signal and the applet will wait forever for that signal. This timer will avoid this blocking situation. So when it timeouts the applet will return to the last presence status. BUG: 203344 BUG: 203345 M +17 -1 presencewidget.cpp M +2 -0 presencewidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1010985 |