Subject: Phone Universal NotImplementedException on Open()
Hi all,
I followed the short manual on how to connect to a service but I get a NotImplementedException when calling the 'Open()' function.
(see attached screenshot)
Here's what I did:
1: I created a new Universal App (Phone and Tablet) in Visual Studio 2013.
2: Add the Matrix (for universal app) library via Nuget
3: Copied the code from the 'how to' to connect.
4: Set the license before I call the Open() function with:
When I now run the code it throws me the NotImplementedException.
(obviously I modified the username,domain and password)
Love to hear if someone can help me out here.
Greetings and thanks in advance,
Don Heuvelman
I followed the short manual on how to connect to a service but I get a NotImplementedException when calling the 'Open()' function.
(see attached screenshot)
Here's what I did:
1: I created a new Universal App (Phone and Tablet) in Visual Studio 2013.
2: Add the Matrix (for universal app) library via Nuget
3: Copied the code from the 'how to' to connect.
4: Set the license before I call the Open() function with:
- Matrix.License.LicenseManager.SetLicense(lic);
When I now run the code it throws me the NotImplementedException.
- Matrix.License.LicenseManager.SetLicense(lic);
- _xmppClient.SetUsername("myusername");
- _xmppClient.SetXmppDomain("chat.mydomain.net");
- _xmppClient.Password = "qwerty";
- _xmppClient.Status = "I'm chatty";
- _xmppClient.Show = Show.Chat;
- _xmppClient.OnLogin += _xmppClient_OnLogin;
- _xmppClient.Open();
Love to hear if someone can help me out here.
Greetings and thanks in advance,
Don Heuvelman
The author has attached one file to this post:

You have no permission to open this file.