Summary: | remove MC 5's Account.Interface.Compat | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Simon McVittie <smcv> |
Component: | mission-control | Assignee: | Simon McVittie <smcv> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | enhancement | ||
Priority: | low | CC: | jonny.lamb, vivek |
Version: | unspecified | Keywords: | patch |
Hardware: | Other | ||
OS: | All | ||
URL: | http://cgit.freedesktop.org/~smcv/telepathy-mission-control/log/?h=deprecated-compat | ||
Whiteboard: | review+ | ||
i915 platform: | i915 features: | ||
Bug Depends on: | 49648 | ||
Bug Blocks: | 24894, 24914 | ||
Attachments: | Remove non-standard Compat interface |
Description
Simon McVittie
2009-11-04 05:33:42 UTC
I think that could make sense or, even better, keep track of the last time the account has been online. So, when a client detects a connection error he can test if ($last_time_online > $last_time_account_has_been_modified) and give more info to the user: "That's probably a server or network issue" or "You probably break you account". This has been suggested in an Empathy bug IIRC. I'm inclined to think that MC should update this internally. The Maemo 5 account creation UI signing in the connection behind MC's back to see if it works, then calling this method, is really not good. In a world where we expect MC to manage all connections (which is the world we want to live in) then it will know when accounts have been online, and when that last was. (In reply to comment #2) > I'm inclined to think that MC should update this internally. It does, and SetHasBeenOnline should just disappear. (In reply to comment #1) > I think that could make sense or, even better, keep track of the last time the > account has been online. > > So, when a client detects a connection error he can test if ($last_time_online > > $last_time_account_has_been_modified) and give more info to the user: "That's > probably a server or network issue" or "You probably break you account". > > This has been suggested in an Empathy bug IIRC. If you want this functionality, I think it'd make more sense as a boolean: HasBeenOnlineWithTheseParameters, or some less ugly name for the same :-) (I'm not sure that this information is enough, though, since regressions in the CM can also cause a connection error, so the CM version is another relevant variable.) I think we should just bin this. Created attachment 61242 [details] [review] Remove non-standard Compat interface --- I think we should bin the entire interface. Here's how! Looks good, as long as stuff still works. Thanks, fixed in git for 5.13.0 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.