msnp-wiki/docs/commands/rng.md
yellows111 e28bd99ec6
fix a bunch of errors, new commands
+ ADD
+ REM
+ URL
* fixed a bunch of formatting
* changed the default list version to 255, if it increases to 256 it means it changed
* fixed a bunch of muscle memory mishaps
* Clean-up some missing "fill this in once information is available's
2024-10-16 21:12:41 +01:00

1 KiB

Introduction

RNG is a command introduced with MSNP2.

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

Used to invite ("ring") you to a Switchboard session.

Client/Request

This command can not be sent from the client.

Server/Response

RNG session-id address:port CKI cookie inviter-handle inviter-friendly-name

Where session-id is the Switchboard session identification number you need in ANS.

Where address:port is the server you need to connect to join the conversation.

Where CKI is always CKI.

Where cookie is the Switchboard cookie, to be used in USR and ANS.

Where inviter-handle is the inviter's handle.

Where inviter-handle is the inviter's friendly name.

Examples

Getting a Switchboard invite

S: RNG 987654331 10.0.1.200:1865 CKI 123456789.123456789.123456789 anotheruser@hotmail.com another%20user

Invalid context

Inherited from being an unimplemented command.

C: RNG 1

Server disconnects client.

Known changes

None.