comparison 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
comparison
equal deleted inserted replaced
28114:93d9cf1151a4 28115:3ad2700e7c68
3468 jabber_add_feature(JINGLE_TRANSPORT_RAWUDP, 0); 3468 jabber_add_feature(JINGLE_TRANSPORT_RAWUDP, 0);
3469 3469
3470 #ifdef USE_VV 3470 #ifdef USE_VV
3471 jabber_add_feature("http://www.google.com/xmpp/protocol/session", jabber_audio_enabled); 3471 jabber_add_feature("http://www.google.com/xmpp/protocol/session", jabber_audio_enabled);
3472 jabber_add_feature("http://www.google.com/xmpp/protocol/voice/v1", jabber_audio_enabled); 3472 jabber_add_feature("http://www.google.com/xmpp/protocol/voice/v1", jabber_audio_enabled);
3473 jabber_add_feature("http://www.google.com/xmpp/protocol/video/v1", jabber_video_enabled);
3474 jabber_add_feature("http://www.google.com/xmpp/protocol/camera/v1", jabber_video_enabled);
3473 jabber_add_feature(JINGLE_APP_RTP_SUPPORT_AUDIO, jabber_audio_enabled); 3475 jabber_add_feature(JINGLE_APP_RTP_SUPPORT_AUDIO, jabber_audio_enabled);
3474 jabber_add_feature(JINGLE_APP_RTP_SUPPORT_VIDEO, jabber_video_enabled); 3476 jabber_add_feature(JINGLE_APP_RTP_SUPPORT_VIDEO, jabber_video_enabled);
3475 jabber_add_feature(JINGLE_TRANSPORT_ICEUDP, 0); 3477 jabber_add_feature(JINGLE_TRANSPORT_ICEUDP, 0);
3476 #endif 3478 #endif
3477 3479