msnp-wiki/docs/commands/joi.md
yellows111 ce7c3bee1c
0.2.0: The Winter Roll-up
i have basically touched every file help

* Moved all the error code stuff to one new sectional page, because the old way of doing it sucked big time.
* Rename passport (soap) to RST
* Formatting changes (many)
* Several corrections
* change git host because git.kevinthe.horse seems Dead
2024-12-18 20:16:29 +00:00

1 KiB

Introduction

JOI is a command introduced with MSNP2.

It is a Switchboard Server command, without a response payload.

Notifies that a new user has joined the Switchboard session.

Client/Request

This command can not be sent from the client.

Server/Response

JOI user-handle friendly-name {client-capabilities}

Where user-handle is the joined user's handle.

Where friendly-name is the joined user's Friendly Name.

Where client-capabilities is the related user's Client Capabilities. Included since MSNP12.

Examples

Without Client Capabilities

S: JOI anotheruser@hotmail.com another%20user

With Client Capabilities

Since MSNP12

S: JOI anotheruser@hotmail.com another%20user 1342554172

Invalid context

Inherited from being an unimplemented command.

C: JOI 2

Server disconnects client.

Known changes

  • MSNP12: Added the Client Capabilities parameter (parameter 3).