[Bug 270666] Problems with Removing non-jabber contacts

David Edmundson kde at davidedmundson.co.uk
Wed Apr 27 14:59:01 CEST 2011


https://bugs.kde.org/show_bug.cgi?id=270666


David Edmundson <kde at davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kde at davidedmundson.co.uk




--- Comment #1 from David Edmundson <kde davidedmundson co uk>  2011-04-27 14:59:00 ---
Just adding some comments from a discussion in IRC a while back.

The problem could be that ContactManager::allKnownContacts() doesn't only
return items in the buddy list. It returns everyone you've got some record on
the server with. 

For the buddy list we only want to show contacts for whom we have a
presenceSubscriptionState. 

This could be done either in the model itself (ask boiko first) or simply as a
fixed part of our filter model.

There is a talk of this being really easy to do in future telepathy with
something like AccountSet but for Contacts. 

Based on that, I would choose the add it to our filter model option as it's a
much faster/easier as a temporary hack.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KDE-Telepathy mailing list