Protocols/MSNP/Commands/FQY

From NINA Wiki
Revision as of 14:20, 25 March 2009 by AD (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

FQY

Protocols/MSNP/MSN_Protocol_Version_14

'Federated Query' payload command.

FQY (TrId) (PayloadLength)\r\n
<ml><d n="domain"><c n="username" /></d></ml>


Other info:

http://code.google.com/p/msnp-sharp/issues/detail?id=97

http://forums.fanatic.net.nz/index.php?s=c17870d94c3940c06eea1169d989f65b&showtopic=15741&st=0

New Proxy Command FQY: Example of adding a contact:

 >>>ADL 42 61
 <ml><d n="yahoo.com"><c n="steven" l="2" t="1"/></d></ml>
 >>>ADL 43 61
 <ml><d n="yahoo.com"><c n="steven" l="1" t="1"/></d></ml>
 >>>FQY 44 49
 <ml><d n="yahoo.com"><c n="steven"/></d></ml>
 <<<ADL 42 OK
 <<<ADL 43 OK
 <<<FQY 44 50
 <ml><d n="yahoo.com"><c n="steven" t="32" /></d></ml>