[telepathy-gabble/master] Put MutableContents in the Call channel RCC

Sjoerd Simons sjoerd.simons at collabora.co.uk
Tue Dec 29 05:34:44 PST 2009


---
 src/media-factory.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/media-factory.c b/src/media-factory.c
index 1913c8a..9594bfe 100644
--- a/src/media-factory.c
+++ b/src/media-factory.c
@@ -410,6 +410,7 @@ static const gchar * const call_channel_allowed_properties[] = {
     TP_IFACE_CHANNEL ".TargetID",
     GABBLE_IFACE_CHANNEL_TYPE_CALL ".InitialAudio",
     GABBLE_IFACE_CHANNEL_TYPE_CALL ".InitialVideo",
+    GABBLE_IFACE_CHANNEL_TYPE_CALL ".MutableContents",
     NULL
 };
 
@@ -839,7 +840,8 @@ gabble_media_factory_get_contact_caps (GabbleCapsChannelManager *manager,
   TpChannelMediaCapabilities typeflags =
     _gabble_media_factory_caps_to_typeflags (caps);
   GValueArray *va;
-  const gchar * const *allowed;
+  const gchar * const *streamed_media_allowed;
+  const gchar * const *call_allowed;
 
   typeflags &= (TP_CHANNEL_MEDIA_CAPABILITY_AUDIO |
       TP_CHANNEL_MEDIA_CAPABILITY_VIDEO |
-- 
1.5.6.5




More information about the telepathy-commits mailing list