2024-10-15 13:14:20 -04:00
|
|
|
# Introduction
|
|
|
|
`PNG` is a command introduced with [MSNP2](../versions/msnp2.md).
|
|
|
|
|
2024-12-18 15:16:29 -05:00
|
|
|
It is a Notification Server command, without a request payload.
|
2024-10-15 13:14:20 -04:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2024-12-18 15:16:29 -05:00
|
|
|
## Client-initiated
|
2024-10-15 13:14:20 -04:00
|
|
|
```
|
|
|
|
C: PNG
|
|
|
|
S: QNG
|
|
|
|
```
|
|
|
|
|
|
|
|
# Known changes
|
|
|
|
None.
|