Subject: how to connect to the lotus sametime server
The following code not working:
xmppCon.Server = "ibm.com";
xmppCon.ConnectServer = "messaging.ibm.com";
xmppCon.Username = "jwjiang";
xmppCon.Password = "xxxxxxxx";
xmppCon.Port = 1533;
xmppCon.UseSSL = false;
xmppCon.UseStartTLS = true;
xmppCon.Open();
xmppCon.Server = "ibm.com";
xmppCon.ConnectServer = "messaging.ibm.com";
xmppCon.Username = "jwjiang";
xmppCon.Password = "xxxxxxxx";
xmppCon.Port = 1533;
xmppCon.UseSSL = false;
xmppCon.UseStartTLS = true;
xmppCon.Open();