[telepathy] [Bug 324698] Add contact dialog shows empty account combo

David Edmundson kde at davidedmundson.co.uk
Mon Sep 9 15:04:14 BST 2013


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1
              Flags|                            |kpeople+

--- Comment #1 from David Edmundson <kde at davidedmundson.co.uk> ---
This is because canRequestPresenceSubscription requires
Tp::FeatureConnectionRoster which isn't ever loaded in kpeople mode.

Non-kpeople mode should be unnafected.

Possible Solutions: 
 - upgrade the connections inside add-contact-dialog

 - manually query the connection ContactListInterface 
(
connection->interface<Client::ConnectionClientContactListInterface>()->requestPropertyCanChangeContactList();

 - inside TpQt create a new feature FeatureContactListCapabilities. Fetch the
properties if that exists, only process contactListState if FeatureRoster is
also set. Make FeatureRoster depend on FeatureContactListCapabilities

 - disable the filtering?

I don't want to just enable FeatureConnectionRoster in the main AccountManager
as that particular feature is the most expensive and we turned it off for a
reason.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list