Re: Services.Unregister() Issue (General questions)
Hi,
For some reason I cannot connect to your server. Can you maybe show us some code snippet how you connect there?
Drazen
[code]
public static string PerformLoginWithCredentials(string userName, string password, bool registerNew)
{
xmppPipe.Login = userName;
xmppPipe.Password = password;
xmppPipe.Register = registerNew;
xmppPipe.Connect(null);
return userName;
}
[/code]
The username is test9@imtestbed001.p1.im, the server is independently hosted and publicly accessible.
Thanks