yellows111
ce7c3bee1c
i have basically touched every file help * Moved all the error code stuff to one new sectional page, because the old way of doing it sucked big time. * Rename passport (soap) to RST * Formatting changes (many) * Several corrections * change git host because git.kevinthe.horse seems Dead
23 lines
378 B
Markdown
23 lines
378 B
Markdown
# Introduction
|
|
`PNG` is a command introduced with [MSNP2](../versions/msnp2.md).
|
|
|
|
It is a Notification Server command, without a request 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-initiated
|
|
```
|
|
C: PNG
|
|
S: QNG
|
|
```
|
|
|
|
# Known changes
|
|
None.
|