msnp-wiki/docs/commands/ack.md
yellows111 f38cb78dd8
all of switchboard except USR
USR is very big and would consider a break here

... Why does the spec imply that Switchboard has INF? Is that why every client implements it after MSNP8?
2024-10-14 21:13:21 +01:00

844 B

Introduction

ACK is a command introduced with MSNP2.

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

Used as a positive response to MSG A, and later MSG D commands.

Client/Request

This command can not be sent from the client.

Server/Response

ACK TrID

Examples

As a response to MSG A

C: MSG 1 A 68
MIME-Version: 1.0
Content-Type: text/plain;charset=UTF-8

message
S: ACK 1

As a response to MSG D

This only happens in MSNP9.

C: MSG 2 D 73
MIME-Version: 1.0
Content-Type: application/octet-stream

data message
S: ACK 2

Invalid context

Inherited from being an unimplemented command.

C: ACK 3

Server disconnects client.

Known changes

  • MSNP9: Now happens as a response to MSG D.