TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

How to handle FQY command for country based emails (Federated Query) #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. The email address is anyyahoouser@yahoo.com.TR
2. Send a FQY command whether this user a yahoo user:

<ml><d n="yahoo.com.TR"><c n="anyyahoouser" /></d></ml>
3. You will receive a response, see actual attribute:
<ml><d n="yahoo.com.TR"><c n="anyyahoouser" t="32"
actual="anyyahoouser@yahoo.com" />

4.
"t" is type (optional), if this attribute exists, this is a real yahoo user.
"actual" (optional) is real yahoo! messenger address to add.

4.1 Add actual address if the field exists, otherwise add <d> and <c>
4.2 Add also original address as other mail (but not messenger) as
ContactEmailTypeType.ContactEmailOther.

Original issue reported on code.google.com by hepha...@gmail.com on 24 Mar 2009 at 10:56

GoogleCodeExporter commented 9 years ago
Fixed. See r952.

Original comment by hepha...@gmail.com on 24 Mar 2009 at 12:08