i am new on agsXMPP i connected to the facebook and now able to make chat on the facebook but i have now one problem i am unable to make login on the proxy server like i have a serve which use proxy 168.10.10.19 and port 8080 so i am using this proxy to connect to the net so my program is not able to being log in so what i can do to make my program to work on proxy server now what i am doing is this
Jid jidUser = new Jid("UserName");
xmppCon.Username = jidUser.User;
xmppCon.Server = "chat.facebook.com";
xmppCon.Password = "Password";
xmppCon.AutoResolveConnectServer = true;
xmppCon.Open();