Subject: How connect to ICQ server?
Need to connect to ICQ server and send message ot client:
this my source code but it does not connect user to server.
XmppClientConnection client = new XmppClientConnection();
client.Server = "login.icq.com";
client.Username = "466629529";
client.Password = "********";
client.Port = 5190;
client.Open();
this my source code but it does not connect user to server.
XmppClientConnection client = new XmppClientConnection();
client.Server = "login.icq.com";
client.Username = "466629529";
client.Password = "********";
client.Port = 5190;
client.Open();