I'm using agxXMMP library for creating a jabber IM client for google. My IMs connect to internet through a proxy.
How can I assign proxy and port number?
I found a class called PollClientSocket with has fields Port and Proxy (accepts WebProxy). But, how to use that with XmppClientConnection object?