Protocols/MySpaceIM/Commands
From Toxi's Wiki
Jump to navigationJump to search
MSIM Protocol |
Introduction • Terms • Clients |
Reference |
Commands • Callbacks |
HTTP APIs • Version Differences |
Technical |
Social Media Integration |
Datatypes • String Escaping |
Skype Inter-Op • URI Handling |
Challenge Response Algorithm |
Tutorials |
Sign On • Buddy Messages |
Profile Pictures • Social Media |
NetLinks • Buddy Management |
todo: fill in things that im not certain of
Command | Introductory version | Origin | Description |
---|---|---|---|
bm | 1.0.253.0 (Proto v1) | Any | Primarily used for personal messages like IMs and Status |
error | 1.0.253.0 (Proto v1) | Server | |
lc | 1.0.253.0 (Proto v1) | Server | Primary challenge response command set |
ka | ?? Unknown | Server | Notify client that the server is alive, sent every 180s |
persistr | 1.0.253.0 (Proto v1) | Server | Callback response |
login | ?? Unknown | Client | legacy login method, not sure if used ever? |
login2 | 1.0.253.0 (Proto v1) | Client | new login method |
logout | 1.0.253.0 (Proto v1) | Client | |
status | 1.0.253.0 (Proto v1) | Client | Set own status |
addbuddy | 1.0.253.0 (Proto v1) | Client | |
delbuddy | 1.0.253.0 (Proto v1) | Client | |
blocklist | 1.0.253.0 (Proto v1) | Client | |
getinfo | ?? Unknown | Client | ?? Purpose unknown, assumed to retrieve what setinfo sets |
setinfo | ?? Unknown | Client | Called "SetUserInfo" in the code |
webchlg | ?? Unknown | Client | Used to authenticate the web interface |
skype | 1.0.731.0 (Proto v7) | Client | Enables Skype network Interoperability |
persist | 1.0.253.0 (Proto v1) | Client | Asynchronous Callback requests |
nettest | ?? Unknown | Client | Test if the network is up |