[gnome-chat] client-factory: Add TP_CONTACT_FEATURE_PRESENCE feature
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chat] client-factory: Add TP_CONTACT_FEATURE_PRESENCE feature
- Date: Tue, 10 Sep 2013 11:22:48 +0000 (UTC)
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]