Fetch capabilities when we create TpContacts.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 30 Sep 2010 17:09:18 +0000 (10:09 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 30 Sep 2010 17:09:20 +0000 (10:09 -0700)
Patch concept by Felix Kaser.

backends/telepathy/lib/tpf-persona-store.vala

index cd02dd3..3448748 100644 (file)
@@ -38,6 +38,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore
   private static ContactFeature[] contact_features =
       {
         ALIAS,
+        CAPABILITIES,
         PRESENCE
       };