You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XMPPSocialProvider's onMessage method had been checking the message to see if it the this.loginOpts.agent string ('chatdemo') was found. This is not working properly for GoogleTalk.
For example, if I sign into the chatdemo as [email protected], chatdemo expects my fullJID to be [email protected]/chatdemo, however replies (from a buddy using googletalk within gmail) are actually going to [email protected]/9FD5E48D. We need a way to identify that this "9FD5E48D" id matches our instance of chatdemo.
The text was updated successfully, but these errors were encountered:
XMPPSocialProvider's onMessage method had been checking the message to see if it the this.loginOpts.agent string ('chatdemo') was found. This is not working properly for GoogleTalk.
For example, if I sign into the chatdemo as [email protected], chatdemo expects my fullJID to be [email protected]/chatdemo, however replies (from a buddy using googletalk within gmail) are actually going to [email protected]/9FD5E48D. We need a way to identify that this "9FD5E48D" id matches our instance of chatdemo.
The text was updated successfully, but these errors were encountered: