Subject: Login to google talk with a non gmail email address
Hi,
My application works fine when connecting to google talk with a gmail email address.
Once I try to login with a non gmail email address (hotmail.co.il), I receive an OnAuthError event with not authorized reason.
At first I failed to connect also with google talk client with this email address, but after creating a gmail address for it I managed to connect with google talk client and the hotmail.co.il email address.
Here are the XmppClientConnection settings:
m_Client = new XmppClientConnection();
m_Client.Server = "hotmail.co.il";
m_Client.ConnectServer = "talk.google.com";
m_Client.Port = 5222;
m_Client.AutoRoster = true;
m_Client.AutoPresence = true;
m_Client.AutoResolveConnectServer = false;
m_Client.Username = m_Jid;
m_Client.Password = m_Password;
Any advice will be appreciated.
Thanks,
Liron
My application works fine when connecting to google talk with a gmail email address.
Once I try to login with a non gmail email address (hotmail.co.il), I receive an OnAuthError event with not authorized reason.
At first I failed to connect also with google talk client with this email address, but after creating a gmail address for it I managed to connect with google talk client and the hotmail.co.il email address.
Here are the XmppClientConnection settings:
m_Client = new XmppClientConnection();
m_Client.Server = "hotmail.co.il";
m_Client.ConnectServer = "talk.google.com";
m_Client.Port = 5222;
m_Client.AutoRoster = true;
m_Client.AutoPresence = true;
m_Client.AutoResolveConnectServer = false;
m_Client.Username = m_Jid;
m_Client.Password = m_Password;
Any advice will be appreciated.
Thanks,
Liron
lirons
Show profile
Link to this post
