Mercurial > pidgin
changeset 24965:70ae1029bb70
Fix GTalk vv caps.
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Mon, 17 Nov 2008 01:09:55 +0000 |
parents | 0101d6e97f12 |
children | bee5ab815291 |
files | libpurple/protocols/jabber/disco.c libpurple/protocols/jabber/jabber.c |
diffstat | 2 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/disco.c Sun Nov 16 06:21:31 2008 +0000 +++ b/libpurple/protocols/jabber/disco.c Mon Nov 17 01:09:55 2008 +0000 @@ -154,10 +154,8 @@ } #ifdef USE_VV } else if (node && !strcmp(node, CAPS0115_NODE "#voice-v1")) { - SUPPORT_FEATURE("http://www.google.com/session"); - SUPPORT_FEATURE("http://www.google.com/transport/p2p"); - SUPPORT_FEATURE("http://www.google.com/transport/raw-udp"); - SUPPORT_FEATURE("http://www.google.com/session/phone"); + SUPPORT_FEATURE("http://www.google.com/xmpp/protocol/session"); + SUPPORT_FEATURE("http://www.google.com/xmpp/protocol/voice/v1"); SUPPORT_FEATURE(JINGLE); SUPPORT_FEATURE(JINGLE_APP_RTP_SUPPORT_AUDIO); SUPPORT_FEATURE(JINGLE_APP_RTP_SUPPORT_VIDEO);
--- a/libpurple/protocols/jabber/jabber.c Sun Nov 16 06:21:31 2008 +0000 +++ b/libpurple/protocols/jabber/jabber.c Mon Nov 17 01:09:55 2008 +0000 @@ -64,7 +64,7 @@ #ifdef USE_VV #include <gst/farsight/fs-conference-iface.h> -#define GTALK_CAP "http://www.google.com/session/phone" +#define GTALK_CAP "http://www.google.com/xmpp/protocol/voice/v1" #endif