]> git.0d.be Git - empathy.git/commitdiff
tp-contact-factory: request avatar feature
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 1 Dec 2010 13:52:24 +0000 (14:52 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 1 Dec 2010 13:52:24 +0000 (14:52 +0100)
We still create TpContact for muc contacts list where we want to display
avatars (#636207).

libempathy/empathy-tp-contact-factory.c

index 87c65385e21b40125ae37f970660b6b38b7b79e1..681c882eec72e6753eba8af23c6824bb7bf62a59 100644 (file)
@@ -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,