24 lines
392 B
Markdown
24 lines
392 B
Markdown
|
# Introduction
|
||
|
`PNG` is a command introduced with [MSNP2](../versions/msnp2.md).
|
||
|
|
||
|
It is a Notification Server command, without either a request or response payload.
|
||
|
|
||
|
Makes the server respond with a [QNG](qng.md) command.
|
||
|
|
||
|
# Client/Request
|
||
|
`PNG`
|
||
|
|
||
|
# Server/Response
|
||
|
The server responds to this command via [QNG](qng.md).
|
||
|
|
||
|
# Examples
|
||
|
|
||
|
## Client-sent
|
||
|
```
|
||
|
C: PNG
|
||
|
S: QNG
|
||
|
```
|
||
|
|
||
|
# Known changes
|
||
|
None.
|