format it up, remove all carriage returns too

This commit is contained in:
yellows111 2024-10-15 19:08:22 +01:00
parent a4d1a89f34
commit fd15c8ec59
Signed by: yellows111
SSH Key Fingerprint: SHA256:ynw5IJBU1pb7fZfHgLihKu9gHHA8FVpixZbB6IEB3r8
16 changed files with 200 additions and 233 deletions

View File

@ -27,7 +27,6 @@ add additional information related to your user. Requires that `flags` MUST be s
The MSNObject itself is a XML-like element.
## Status explanations
All statuses except `HDN` and `FLN` will treat you as online.
Which means all users on your Allow List (AL) and Reverse List (RL)
will get all presence changes via the NLN command.

View File

@ -22,7 +22,6 @@ S: FLN anotheruser@hotmail.com
## Invalid context
*Inherited from being an unimplemented command.*
```
C: FLN Hotmail
```

View File

@ -47,7 +47,6 @@ only appended if the list (parameter 1) is set to FL. Defaults to `0`.
### Second generation
*Applies for [MSNP8](../versions/msnp8.md) and [MSNP9](../versions/msnp9.md)*
`LST user-handle stored-friendly-name list-bits {groups}`
Where `list-bits` are in the format:
@ -61,14 +60,12 @@ only appended if Forward List (FL) is set in `list-bits`. Defaults to `0`.
### Third generation
*Applies for [MSNP10](../versions/msnp10.md) with `ABCHMigrated: 0`.*
`LST N=user-handle F=stored-friendly-name list-bits {groups}`
Same parameters as the [second generation](#second-generation).
### Fourth generation
*Applies for [MSNP10](../versions/msnp10.md) and [MSNP11](../versions/msnp11.md) with `ABCHMigrated: 1`.*
`LST N=user-handle F=stored-friendly-name C=contact-guid list-bits {groupGuids}`
Where `contact-guid` is the GUID/UUID of the contact.
@ -78,7 +75,6 @@ only appending if Forward List (FL) is set in `list-bits`, defaults to whatever
### Fifth generation
*Applies for [MSNP12](../versions/msnp12.md).*
`LST N=user-handle F=stored-friendly-name C=contact-guid list-bits network-id {groupGuids}`
Where `network-id` is any Network ID bits:
@ -103,7 +99,6 @@ S: LST 2 BL 254 0 0
### From the beginning
*Only in [MSNP2](../versions/msnp2.md) to [MSNP6](../versions/msnp6.md).*
```
C: SYN 3 0
S: SYN 3 4
@ -118,7 +113,6 @@ S: LST 3 RL 4 1 1 anotheruser@hotmail.com another%20user
### Using groups
*Only in [MSNP7](../versions/msnp7.md).*
```
C: SYN 4 0
S: SYN 4 5
@ -134,7 +128,6 @@ S: LST 4 RL 5 1 1 anotheruser@hotmail.com another%20user
### Using second generation
*Only in [MSNP8](../versions/msnp8.md) and [MSNP9](../versions/msnp9.md).*
```
C: SYN 5 0
S: SYN 5 6 1 1
@ -160,7 +153,6 @@ S: LST N=anotheruser@hotmail.com F=another%20user 11 0
### Using fourth generation
*Only in [MSNP10](../versions/msnp10.md) and [MSNP11](../versions/msnp11.md) with `ABCHMigrated: 1`.*
```
C: SYN 7 0 0
S: SYN 7 2024-10-15T14:49:40.1100000-07:00 2024-10-15T14:49:40.1100000-07:00 1 1

View File

@ -32,7 +32,6 @@ S: RNG 987654331 10.0.1.200:1865 CKI 123456789.123456789.123456789 anotheruser@h
## Invalid context
*Inherited from being an unimplemented command.*
```
C: RNG 1
```

View File

@ -33,7 +33,6 @@ Where `authentication-parameter` is the "cookie" you need to log in to Switchboa
# Examples
## Client requests a new Switchboard connection
```
C: XFR 1 SB
S: XFR 1 SB 10.0.1.200:1865 CKI 123456789.123456789.123456789

View File

@ -1,10 +1,8 @@
# Introduction
MSNP10 is the ninth released version of the Mobile Status Notification Protocol.
It was introduced officially in Client Version 6.1.0155.
# Command information
It introduces the notification service commands:
* ADC
* SBP

View File

@ -1,10 +1,8 @@
# Introduction
MSNP11 is the tenth released version of the Mobile Status Notification Protocol.
It was introduced officially in Client Version 7.0.0777.
# Command information
It introduces the notification service commands:
* GCF
* SBS

View File

@ -1,10 +1,8 @@
# Introduction
MSNP12 is the eleventh released version of the Mobile Status Notification Protocol.
It was introduced officially in Client Version 7.5.0299.
# Command information
It introduces the notification service commands:
* LKP

View File

@ -1,5 +1,4 @@
# Introduction
MSNP2 is the first released version of the Mobile Status Notification Protocol.
It was introduced officially in Client Version 1.0.0863, along with [CVR0](cvr0.md).

View File

@ -1,10 +1,8 @@
# Introduction
MSNP3 is the second released version of the Mobile Status Notification Protocol.
It was introduced officially in Client Version 2.0.0085.
# Command information
It introduces the notification service commands:
* [IMS](../commands/ims.md)

View File

@ -1,10 +1,8 @@
# Introduction
MSNP4 is the third released version of the Mobile Status Notification Protocol.
It was introduced officially in Client Version 2.1.1047.
# Command information
*No commands for any service were known to be introduced in this version*
*No error codes were known to be introduced in this version*

View File

@ -1,10 +1,8 @@
# Introduction
MSNP5 is the fourth released version of the Mobile Status Notification Protocol.
It was introduced officially in Client Version 3.0.0283.
# Command information
It introduces the notification service commands:
* [BPR](../commands/bpr.md)
* NOT

View File

@ -1,10 +1,8 @@
# Introduction
MSNP6 is the fifth released version of the Mobile Status Notification Protocol.
It was introduced officially in Client Version 3.6.0038.
# Command information
It introduces the notification service commands:
* CHL
* IPG

View File

@ -1,10 +1,8 @@
# Introduction
MSNP7 is the sixth released version of the Mobile Status Notification Protocol.
It was introduced officially in Client Version 4.5.0121.
# Command information
It introduces the notification service commands:
* ADG
* REG

View File

@ -1,10 +1,8 @@
# Introduction
MSNP8 is the seventh released version of the Mobile Status Notification Protocol.
It was introduced officially in Client Version 5.0.0537.
# Command information
*No commands for any service were known to be introduced in this version*
*No error codes were known to be introduced in this version*

View File

@ -1,10 +1,8 @@
# Introduction
MSNP9 is the eighth released version of the Mobile Status Notification Protocol.
It was introduced officially in Client Version 6.0.0312.
# Command information
It introduces the notification service commands:
* PGD