diff libpurple/protocols/jabber/jabber.c @ 28115:3ad2700e7c68

jabber: Add the two Gtalk video features to the disco#info/caps hash
author Paul Aurich <paul@darkrain42.org>
date Sat, 01 Aug 2009 02:58:40 +0000
parents 1ea1aee71848
children 784013acc2f3 53f0956f76dc a8b61c00ceda
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Sat Aug 01 02:44:13 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Sat Aug 01 02:58:40 2009 +0000
@@ -3470,6 +3470,8 @@
 #ifdef USE_VV
 	jabber_add_feature("http://www.google.com/xmpp/protocol/session", jabber_audio_enabled);
 	jabber_add_feature("http://www.google.com/xmpp/protocol/voice/v1", jabber_audio_enabled);
+	jabber_add_feature("http://www.google.com/xmpp/protocol/video/v1", jabber_video_enabled);
+	jabber_add_feature("http://www.google.com/xmpp/protocol/camera/v1", jabber_video_enabled);
 	jabber_add_feature(JINGLE_APP_RTP_SUPPORT_AUDIO, jabber_audio_enabled);
 	jabber_add_feature(JINGLE_APP_RTP_SUPPORT_VIDEO, jabber_video_enabled);
 	jabber_add_feature(JINGLE_TRANSPORT_ICEUDP, 0);