Command:SDC
From MSNPiki
Contents |
[edit]
SDC
You can send an e-mail saying "<your-name> wants to talk to you!" to a specified e-mail address with the SDC command. It's a payload command.
[edit]
Sent to server
[edit]
Description
SDC trid invite_passport locale_id MSMSGS WindowsMessenger X X your_name length\r\n
your_message (no newline)
[edit]
Parameters
- trid: Transaction ID
- invite_passport: The passport email address to invite.
- locale_id: Believed to be the hexadecimal Locale ID - eg "0x0409" for US English
- your_name: The URL encoded name of the person sending the invitation.
- length: The length of the payload (the part after the \r\n)
- your_message: A personal message of the person sending the invitation.
[edit]
Server returns
[edit]
Description
SDC trid OK
[edit]
Other notes
It appears that you can only invite MS Passport members. The "MSMSGS WindowsMessenger X X" parameters in the SDC command you send to the server are unknown. However, it is noticed that changing the MSMSGS parameter to something else results in a 710 error.
[edit]
Example
If I wanted to contact someone with the address "example@passport.com", with the message "Hi Mike!", I might send the following:
>>> SDC 3 example@passport.com 0x0409 MSMSGS WindowsMessenger X X Andrew%20Sayers 8\r\n
Hi Mike! (no newline)
If the message was successfully sent, the server will return an SDC response with a TrID and a single parameter of "OK":
<<< SDC 21 OK\r\n

