msnp-wiki/docs/commands/inf.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

43 lines
1.1 KiB
Markdown

# Introduction
`INF` is a command introduced with [MSNP2](../versions/msnp2.md).
It is a Dispatch Server and Notification Server command, without either a request or response payload.
It specifies which authentication methods the client is allowed to use.
This command can only be sent once.
Any further uses of this command in the same session is Undefined Behaviour.
# Client/Request
`INF TrID`
# Server/Response
`INF TrID security-package {security-package ...}`
Where (unlikely multiple) `security-package` parameters being the avaliable authentication methods your client is allowed to use.
# Examples
## Two types supported
*This configuration is only supported in [MSNP2](../versions/msnp2.md).*
```
C: INF 1
S: INF 1 MD5 CTP
```
## One type supported
```
C: INF 2
S: INF 2 MD5
```
## Command removed
*Since [MSNP8](../versions/msnp8.md).*
```
C: INF 3
```
Server disconnects client.
# Known changes
* [MSNP3](../versions/msnp3.md): Removed `CTP` support.
* [MSNP8](../versions/msnp8.md). Removed. [USR](usr.md) always assumes the authentication method is `TWN`.