Re: Services.Unregister() Issue - WeOnlyDo Discussion board

Re: Services.Unregister() Issue (General questions)

by wodXMPPUser, Wednesday, May 16, 2012, 17:58 (4371 days ago) @ woddrazen

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


Complete thread: