msnp-wiki/docs/commands/qng.md
yellows111 e6520d0ac0
massive amount of corrections, rest of pre-P11 commands
upgrade yiki, slugs now work better, but not in URLs (i forgot)

0 Commands Left. Time for that parity check.

Add a license too.

Bump version to 0.1.0.

NEW RECORD!
2024-10-26 11:56:17 +01:00

811 B

Introduction

QNG is a command introduced with MSNP2.

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

It is the response to the PNG command.

Client/Request

This command can not be sent from the client.

Server/Response

QNG {next-seconds}

Where next-seconds is the amount of seconds until the client should send another PNG. Added since MSNP9.

Examples

Server-reply, old

C: PNG
S: QNG

Server-reply, new

Since MSNP9.

C: PNG
S: QNG 50

Invalid context

Inherited from being an unimplemented command.

C: QNG

Server disconnects client.

Known changes

  • MSNP9: Added a next seconds parameter (parameter 1).