Bug 181395 - Support bringing accounts on and offline, and changing presence
Summary: Support bringing accounts on and offline, and changing presence
Status: RESOLVED FIXED
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: git-latest
Platform: Compiled Sources Linux
: HI major
Target Milestone: 0.4.0
Assignee: Telepathy Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-20 14:45 UTC by George Goldberg
Modified: 2012-07-06 12:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George Goldberg 2009-01-20 14:45:20 UTC
The AM implementation currently does not support changing of presence and bringing accounts online and offline. This needs to be implemented before it can be considered basically functional.
Comment 1 George Goldberg 2009-01-20 14:46:22 UTC
Currently blocked by incomplete ConnectionInterface wrapper class in TelepathyQt4.
Comment 2 George Goldberg 2009-02-03 12:37:38 UTC
ConnectionInterface wrapper is now complete in latest tpqt4 from git, so no longer blocks this.

Code is now in place to change the connection's presence when the requestedPresence property of an account is updated, but it is not covered by unit tests yet.