Subject: WP7 App connection problem
Hello Sir,
I just download the sample & run in emulator click on the "Connect" button so nothing happen. Not any page will open. I want to work with Gmail account so here is my code:
is there any changes for that.
Thank you in Advance.
Romil.
I just download the sample & run in emulator click on the "Connect" button so nothing happen. Not any page will open. I want to work with Gmail account so here is my code:
- private void cmdConnect_Click(object sender, RoutedEventArgs e)
- {
- xmppClient.Username = "username";
- xmppClient.Password = "password";
- xmppClient.XmppDomain = "gmail.com";
- xmppClient.Hostname = "talk.google.com";
- xmppClient.Transport = Matrix.Net.Transport.BOSH;
- xmppClient.Show = Show.dnd;
- xmppClient.Status = "Testing on Windows Phone 7";
- xmppClient.Open();
- }
is there any changes for that.
Thank you in Advance.
Romil.