Summary: |
[PATCH] Add abstraction for AccountStorageInterface |
Product: |
Telepathy
|
Reporter: |
David Edmundson <kde> |
Component: |
tp-qt | Assignee: |
Telepathy bugs list <telepathy-bugs> |
Status: |
RESOLVED
MOVED
|
QA Contact: |
Telepathy bugs list <telepathy-bugs> |
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Patch
|
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.
Created attachment 77503 [details] Patch Adds method StorageInfo Account::StorageInfo() which exposes data from AccountInterfaceStorage when FeatureStorage is enabled. StorageInfo exposes: QString storageProvider() const; QVariant storageIdentifider() const; QVariantMap storageSpecificInformation() const; StorageRestrictionFlag storageRestrictions() const; Tested using modifications in KTp using the Empathy SSO UOA plugins.