docs: fix asn.1 def for ListServerMessage
This commit is contained in:
parent
fb863fb7e0
commit
e4c1e75c76
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -47,7 +47,17 @@ AuthMessage ::= SEQUENCE {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**ListServerMessage** (TODO)
|
**AuthResponseMessage**
|
||||||
|
|
||||||
|
```asn.1
|
||||||
|
AuthResponseMessage ::= SEQUENCE {
|
||||||
|
messageId INTEGER (0..255),
|
||||||
|
isSuccessful INTEGER (0..255),
|
||||||
|
TODO implement CHOICE for conditional fields
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
**ListServerResponseMessage** (TODO)
|
||||||
|
|
||||||
```asn.1
|
```asn.1
|
||||||
ServerListingBlock ::= SEQUENCE {
|
ServerListingBlock ::= SEQUENCE {
|
||||||
|
@ -60,8 +70,8 @@ ServerListingBlock ::= SEQUENCE {
|
||||||
}
|
}
|
||||||
|
|
||||||
ServerListing ::= SEQUENCE {
|
ServerListing ::= SEQUENCE {
|
||||||
messageId INTEGER (0..255),
|
messageId INTEGER (0..255),
|
||||||
TODO
|
serverListingBlocks SEQUENCE OF ServerListingBlock
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue