Summary: | Telepathy/KDE should show contact's account type in contact list | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Dennis Schridde <heri+kde> |
Component: | contactlist | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | dvratil, kde, mklapetek |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | 0.6-next | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-contact-list/64eaf002176c138c52f5b702dda90ab27147fbe1 | Version Fixed In: | 0.6.0 |
Sentry Crash Report: |
Description
Dennis Schridde
2012-04-13 08:41:18 UTC
That's sort of the purpose of Telepathy; to abstract the differences between protocols and offer simply a 'Chat interface' ;) Nevertheless in the latest git master (and in 0.4) you will be able to add a toolbar in Text UI, which contains the account icon, it's hidden by default. As for contact list - that can be added yes, but since we are in feature freeze, it will have to wait for the next version (0.5). Then, what is your proposal for the multiple-contact issue, where even their JID is exactly the same, so the contact list tooltip does not allow to determine the account that will be used? I would think adding one line to the top of the chat view (i.e. into the chatlog) "Smith <remote@foo> <-> Murphy <you@bar>" to immediately see what accounts are being used would not be very disruptive. Reasoning: Hiding this information from the user is one of the most annoying mis-features of many IM clients, IMO. Especially if the secrecy goes so far as that the client also hides their JID from me when looking at the contact list (Telepathy/KDE does not do this, but many seem to), so that you have no clue with which of my own accounts I am talking to which of their accounts... Which is definitely a problem, since many transports (e.g. Facebook, ICQ, MSN, ...) seem to be broken for some users, so I would like to avoid them. Most users lack the interest in these concepts, hence I would like Telepathy/KDE to assist (me) in communication channel selection (that includes using a different channel after being messaged over the "wrong" one) with as much information as possible. We can add the profile icon in the contact list tooltip. Adding the account name is a bit trippy as you end up seeing your own email address which is confusing. @Dennis: Martin said the Text-UI (the chat window) has been edited to do this (though hidden by default) in the latest master, and the contact list can be changed to do that, but we're in a feature freeze so we can't add it for the next release....so I'm not sure what you're arguing. I was not trying to argue, just to make clear that I am not requesting this out of the blue. Sorry if it appeared differently. My point was related to "That's sort of the purpose of Telepathy; to abstract the differences between protocols and offer simply a 'Chat interface'" - something I don't think is a good idea if done too "well" - hence I wanted you to keep in mind / consider to not overdo this. This seems to have been missed on the 0.5 release :S Setting the correct component and adding to the 0.6 milestone. How do we intend to do this? By adding to the tooltip? This feature is also present in Empathy. There the tooltip over the contact list shows the remote JID as well as "Account: <my JID / account name>". Also the account-icon feature in text-ui-0.5.2 is kind of broken: It really is just the icon, without any text next to it, or even a tooltip. Git commit 64eaf002176c138c52f5b702dda90ab27147fbe1 by Dan Vrátil. Committed on 20/01/2013 at 17:01. Pushed by dvratil into branch 'master'. Show account name in contact tooltip REVIEW: 108501 M +3 -0 tooltips/contacttooltip.cpp M +16 -6 tooltips/contacttooltip.ui http://commits.kde.org/telepathy-contact-list/64eaf002176c138c52f5b702dda90ab27147fbe1 Thanks! |