Protocols/MSNP/Commands/FQY: Difference between revisions

From NINA Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Protocols/MSNP}}
=FQY=
=FQY=
[[Protocols/MSNP/MSN_Protocol_Version_14]]
[[Protocols/MSNP/MSN_Protocol_Version_14]]

Latest revision as of 18:41, 11 May 2022

MSNP Protocol
Introduction • Terms • Clients
Reference
Error List • Commands • Relying Party Suite • Spotlife
Services
XMPP • HTTP Gateway • Tabs • Activities
Documentation
Development Tools • MSNP Grid
Polygamy • URLs used by MSN
Documents
Protocol Versions
Version 21
Version 18
Version 16
Version 15
Version 14
Version 13
Version 12
Version 11
Version 9
Version 8
Version 2
MSNC
Introduction • P2P • Object Descriptor • Display Pictures • File Transfer
Scenarios
Microsoft Messenger for Mac
MSNP on WebTV (MSNTV)

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>