diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-04-16 16:54:47 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-04-27 15:54:17 +0800 |
commit | a275161d3810fa1729fe0e48b451b07f819fad0f (patch) | |
tree | 7f03101dc7f9f5a8770da6a17180da531bd81897 | |
parent | d3155798adce20b724b1059ce2ece927950a42a7 (diff) | |
download | gsoc2013-empathy-a275161d3810fa1729fe0e48b451b07f819fad0f.tar gsoc2013-empathy-a275161d3810fa1729fe0e48b451b07f819fad0f.tar.gz gsoc2013-empathy-a275161d3810fa1729fe0e48b451b07f819fad0f.tar.bz2 gsoc2013-empathy-a275161d3810fa1729fe0e48b451b07f819fad0f.tar.lz gsoc2013-empathy-a275161d3810fa1729fe0e48b451b07f819fad0f.tar.xz gsoc2013-empathy-a275161d3810fa1729fe0e48b451b07f819fad0f.tar.zst gsoc2013-empathy-a275161d3810fa1729fe0e48b451b07f819fad0f.zip |
request the TP_CONTACT_FEATURE_CAPABILITIES feature
-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 6610a8f18..fd4ebbf4a 100644 --- a/libempathy/empathy-tp-contact-factory.c +++ b/libempathy/empathy-tp-contact-factory.c @@ -74,6 +74,7 @@ static TpContactFeature contact_features[] = { TP_CONTACT_FEATURE_ALIAS, TP_CONTACT_FEATURE_PRESENCE, TP_CONTACT_FEATURE_LOCATION, + TP_CONTACT_FEATURE_CAPABILITIES, }; static EmpathyContact * |