You need to open either the port 443 or 5222 in the firewall to make
it work.
On May 4, 2:24 pm, gauri_c <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I downloaded the source code of Libjinge0.4.The file xmpppassword.h is
> a part of the libjingle solution but it is not present in any of the
> folders that came with the source code.Where can i find this file.
>
> My main problem is that i want to connect to talk.google.com but i am
> behind corporate firewall.
> I need to set up the proxy and i have added the following code to
> call_main.cc
>
> xcs.set_use_proxy_auth(true);
> xcs.set_proxy(talk_base::PROXY_HTTPS);
> xcs.set_proxy_host(proxy address);
> xcs.set_proxy_port(8080);
> xcs.set_proxy_user(username);
> xcs.set_proxy_pass(talk_base::CryptString(proxy_pass));
> xcs.set_server(talk_base::SocketAddress("talk.google.com",443));
> where xcs is the clientsettings object.
>
> Could anyone guide me from here.I am pretty much clueless how to
> proceed from here as there isnt much help available on the net
> regarding this.
>
> Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-talk-open" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-talk-open?hl=en
-~----------~----~----~----~------~----~------~--~---