[folks] Fetch capabilities when we create TpContacts.



commit 6c67ce8fa614f667b497de04b49f6bd7d77e0375
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Thu Sep 30 10:09:18 2010 -0700

    Fetch capabilities when we create TpContacts.
    
    Patch concept by Felix Kaser.

 backends/telepathy/lib/tpf-persona-store.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala
index cd02dd3..3448748 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -38,6 +38,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore
   private static ContactFeature[] contact_features =
       {
         ALIAS,
+        CAPABILITIES,
         PRESENCE
       };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]