Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I am using Gloox to develope Gtalk IM. But I an unable to connect gtalk server using http proxy.

I am unable to get exact function call for proxy:
If u know the steps for it then please let me know.
ConnectionTCPClient* conn0 = new ConnectionTCPClient( j->logInstance(),"Proxy_server", Proxy_port);
      ConnectionHTTPProxy* conn1 = new ConnectionHTTPProxy( j, conn0, j->logInstance(),"talk.google.com", 5222 );
      conn1->setProxyAuth("HTTP_PROXY_USERNAME","HTTP_PROXY_PASSWD")


Please help me.

Thanks and Regards,
Aniket Patil.

[Edit]
Added additional information provided in comments (which I then deleted)
Posted
Updated 21-Jun-11 2:25am
v2
Comments
Sergey Alexandrovich Kryukov 20-Jun-11 3:40am    
What exactly is the problem?
--SA
Keith Barrow 21-Jun-11 8:26am    
Please add the information to the question so everyone can read it easily. I have done this for you as a demonstration. I will delete these comments.

[Edit]

This was in response to the OP adding the actual question details into a comment which I deleted, not directed to SAKryukov!
Keith Barrow 21-Jun-11 11:41am    
Self Reply Number 2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900