diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-01 21:52:24 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-01 21:52:24 +0800 |
commit | a955dcbb4b7182a030974e80e6c6bee823392fad (patch) | |
tree | 4057a6d9c6eb1a1799f416e02fbc319a5321470c /libempathy | |
parent | 1f5ddc41bf768c11138edc049f1f70192cbd82a1 (diff) | |
download | gsoc2013-empathy-a955dcbb4b7182a030974e80e6c6bee823392fad.tar gsoc2013-empathy-a955dcbb4b7182a030974e80e6c6bee823392fad.tar.gz gsoc2013-empathy-a955dcbb4b7182a030974e80e6c6bee823392fad.tar.bz2 gsoc2013-empathy-a955dcbb4b7182a030974e80e6c6bee823392fad.tar.lz gsoc2013-empathy-a955dcbb4b7182a030974e80e6c6bee823392fad.tar.xz gsoc2013-empathy-a955dcbb4b7182a030974e80e6c6bee823392fad.tar.zst gsoc2013-empathy-a955dcbb4b7182a030974e80e6c6bee823392fad.zip |
tp-contact-factory: request avatar feature
We still create TpContact for muc contacts list where we want to display
avatars (#636207).
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-contact-factory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c index 87c65385e..681c882ee 100644 --- a/libempathy/empathy-tp-contact-factory.c +++ b/libempathy/empathy-tp-contact-factory.c @@ -28,6 +28,7 @@ static TpContactFeature contact_features[] = { TP_CONTACT_FEATURE_ALIAS, + TP_CONTACT_FEATURE_AVATAR_DATA, TP_CONTACT_FEATURE_PRESENCE, TP_CONTACT_FEATURE_LOCATION, TP_CONTACT_FEATURE_CAPABILITIES, |