Difference between revisions of "Protocols/MSNP/Commands/SYN"

From NINA Wiki
Jump to navigation Jump to search
 
m (1 revision imported)
(No difference)

Revision as of 00:23, 29 May 2020

SYN

Command to synchronize the client's buddy lists. The client should send this immediately after signon as the server wont send certain commands until this is done.

MSNP13

See changes made in MSNP13

Removed.

MSNP11

See changes made in MSNP11

>>> SYN 8 0 0
<<< SYN 8 2005-04-23T18:57:44.8130000-07:00 2005-04-23T18:57:54.2070000-07:00 5 0

MSNP8

See changes made in MSNP8

>>> SYN trid synchversion
  • trid : Transaction ID
  • synchversion : The last cached synchronization version number, the client should send 0 if none exists

A synchronization version that matches the server's Returns

<<< SYN trid synchversion
  • trid : Transaction ID
  • synchversion : The profile's synchronization version number

A synchronization version that doesn't match the server's Returns

<<< SYN trid synchversion numberbuddies numbergroups
  • trid : Transaction ID
  • synchversion : The profile's synchronization version number
  • numberbuddies : The number of people on the client's list
  • numbergroups : The number of groups on the client's list