Bug 181395

Summary: Support bringing accounts on and offline, and changing presence
Product: [Unmaintained] telepathy Reporter: George Goldberg <grundleborg>
Component: generalAssignee: Telepathy Bugs <kde-telepathy-bugs>
Status: RESOLVED FIXED    
Severity: major    
Priority: HI    
Version: git-latest   
Target Milestone: 0.4.0   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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.