msnp-wiki/docs/commands/ims.md
yellows111 7488f2af43
[0.1.4] MSNP13 and MSNP14, ADL, RML, FQY
also add new command findings:
* undocumented command GSB
* syntax and other errors fixed
* explode a bit of xml in places that were a bit too long
* find out what a "merchant cab" file is (one line of xml)
2024-11-30 17:02:48 +00:00

945 B

Introduction

IMS is a command introduced with MSNP3.

It is a Notification Server command, without either a request or response payload.

It enables or disables switchboard access without modifying the user's current status.

Client/Request

IMS TrID [ ON | OFF ]

Server/Response

IMS TrID 0 [ ON | OFF ]

Where 0 has an unknown purpose. Rumored to be a timeout of some kind. [TODO: Please confirm this.]

Examples

Turning Switchboard access on

C: IMS 1 ON
S: IMS 1 0 ON

Turning Switchboard access off

C: IMS 2 OFF
S: IMS 2 0 OFF

Invalid argument

NOTE: There is no defined behaviour for this command specifically.

C: IMS 3 TOMORROW

Server disconnects client.

Known changes

  • Removed in MSNP24... probably? Who really knows... Only WebTV supported it, which only has MSNP3, MSNP6 and MSNP8.