[telepathy-gabble/master] GabbleMediaChannel: consider contacts with PRESENCE_CAP_GOOGLE_VIDEO to be callable, even if they don't support VOICE
Simon McVittie
simon.mcvittie at collabora.co.uk
Fri Aug 21 07:45:59 PDT 2009
Oops :-)
---
src/media-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/media-channel.c b/src/media-channel.c
index d7bab24..aed67d4 100644
--- a/src/media-channel.c
+++ b/src/media-channel.c
@@ -2070,7 +2070,7 @@ contact_is_media_capable (GabbleMediaChannel *chan,
if (wait_ret != NULL)
*wait_ret = wait;
- caps = PRESENCE_CAP_GOOGLE_VOICE | PRESENCE_CAP_GOOGLE_VOICE |
+ caps = PRESENCE_CAP_GOOGLE_VOICE | PRESENCE_CAP_GOOGLE_VIDEO |
PRESENCE_CAP_JINGLE_RTP_AUDIO | PRESENCE_CAP_JINGLE_RTP_VIDEO |
PRESENCE_CAP_JINGLE_DESCRIPTION_AUDIO |
PRESENCE_CAP_JINGLE_DESCRIPTION_VIDEO;
--
1.5.6.5
More information about the telepathy-commits
mailing list