[gnome-chat] client-factory: Add TP_CONTACT_FEATURE_PRESENCE feature



commit 5f4060ae9156bdd964b4fbcf94ad176991f6680d
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Tue Sep 10 14:03:09 2013 +0300

    client-factory: Add TP_CONTACT_FEATURE_PRESENCE feature

 src/chat-client-factory.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/chat-client-factory.c b/src/chat-client-factory.c
index d92c23d..57e0659 100644
--- a/src/chat-client-factory.c
+++ b/src/chat-client-factory.c
@@ -79,6 +79,9 @@ chat_client_factory_dup_contact_features (TpSimpleClientFactory *factory, TpConn
   feature = TP_CONTACT_FEATURE_AVATAR_TOKEN;
   g_array_append_val (features, feature);
 
+  feature = TP_CONTACT_FEATURE_PRESENCE;
+  g_array_append_val (features, feature);
+
   return features;
 }
 


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