[Bug 28301] New: accessor for cached avatars on offline accounts
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri May 28 15:36:26 CEST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=28301
Summary: accessor for cached avatars on offline accounts
Product: Telepathy
Version: git master
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: medium
Component: tp-glib
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: simon.mcvittie at collabora.co.uk
QAContact: telepathy-bugs at lists.freedesktop.org
>From Bug #27269:
> The avatar token doesn't seem very useful when you can only get a cached avatar
> via a TpContact - we'll probably have to add API to telepathy-glib to see
> whether a cached avatar is still available, and if so, return them. This will
> require the connection manager name and the protocol name (both derivable from
> the TpAccount name), and can't be done for non-Telepathy avatars.
Proposed API: one or both of
GFile *tp_account_get_cached_avatar (TpAccount *account,
const gchar *avatar_token);
GFile *tp_contact_get_cached_avatar (const gchar *cm_name,
const gchar *protocol_name,
const gchar *avatar_token);
(either would return NULL if not found).
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list