[0.1.1] corrections, added UUX, UBX

alright i'll say that's pretty good. Testing the new versioning system. Each update to the wiki now has it's own patch version bump, for tracking.

also i probably should of actually looked at what P11 does for UUX before writing that...
This commit is contained in:
yellows111 2024-10-28 12:20:47 +00:00
parent e6520d0ac0
commit bdd28d778a
Signed by: yellows111
SSH Key Fingerprint: SHA256:ynw5IJBU1pb7fZfHgLihKu9gHHA8FVpixZbB6IEB3r8
15 changed files with 266 additions and 35 deletions

View File

@ -60,7 +60,7 @@ Server disconnects client.
## Without list versions ## Without list versions
### With group IDs ### With group IDs
*Only [MSNP10](../versions/msnp10.md) with `ABCHMigrated: 0`.* *Only in [MSNP10](../versions/msnp10.md) with `ABCHMigrated: 0`.*
#### Normal use #### Normal use
``` ```

View File

@ -16,12 +16,12 @@ Where `list-version` is the new List Version. Removed since [MSNP10](../versions
Where `user-handle` is the related user's handle. Removed in [SYN](syn.md) since [MSNP8](../versions/msnp8.md). Where `user-handle` is the related user's handle. Removed in [SYN](syn.md) since [MSNP8](../versions/msnp8.md).
Where `property` can be any of these values: Where `property` can be any of these values:
* `PHH`: Home Phone number * `PHH`: Home Phone number.
* `PHW`: Work Phone number * `PHW`: Work Phone number.
* `PHM`: Mobile Phone number * `PHM`: Mobile Phone number.
* `MOB`: Allow users to contact me via MSN Mobile * `MOB`: Allow users to contact me via MSN Mobile.
* `WWE`: [[MSNP9](../versions/msnp9.md)+] MSN Direct / Web Watch enabled * `WWE`: [[MSNP9](../versions/msnp9.md)+] MSN Direct / Web Watch enabled.
* `HSB`: [[MSNP11](../versions/msnp11.md)+] Has Blog (MSN Space) * `HSB`: [[MSNP11](../versions/msnp11.md)+] Has Blog (MSN Space).
Where `value` is the URL-encoded value that is assigned to `property`. Where `value` is the URL-encoded value that is assigned to `property`.

View File

@ -114,7 +114,7 @@ S: NOT 685
``` ```
## Invalid context ## Invalid context
*Inherited from being an unimplemented command. *Inherited from being an unimplemented command.*
``` ```
C: NOT 1 0 C: NOT 1 0
``` ```

View File

@ -9,11 +9,13 @@ It sets or gets (during [SYN](syn.md)) a personal user property. Other users are
`PRP TrID property value` `PRP TrID property value`
Where `property` can be any of these values: Where `property` can be any of these values:
* `PHH`: Home Phone number * `PHH`: Home Phone number. Has a maximum of 95 bytes.
* `PHW`: Work Phone number * `PHW`: Work Phone number. Has a maximum of 95 bytes.
* `PHM`: Mobile Phone number * `PHM`: Mobile Phone number. Has a maximum of 95 bytes.
* `MOB`: Allow users to contact me via MSN Mobile * `MOB`: Allow users to contact me via MSN Mobile.
* `MFN`: [[MSNP10](../versions/msnp10.md)+] My Friendly Name * `MFN`: [[MSNP10](../versions/msnp10.md)+] My Friendly Name, Has a maximum of 387 bytes.
The data of the `property` parameter cannot be longer than 3 bytes.
Where `value` is the URL-encoded value to set the related `property` to. Where `value` is the URL-encoded value to set the related `property` to.
@ -23,9 +25,9 @@ Where `value` is the URL-encoded value to set the related `property` to.
Where `list-version` is the new List Version. Removed since [MSNP10](../versions/msnp10.md) in `ABCHMigrated: 1` mode. Where `list-version` is the new List Version. Removed since [MSNP10](../versions/msnp10.md) in `ABCHMigrated: 1` mode.
The following `property` values are only set by the server: The following `property` values are only set by the server:
* `MBE`: MSN Mobile enabled * `MBE`: MSN Mobile enabled.
* `WWE`: [[MSNP9](../versions/msnp9.md)+] MSN Direct / Web Watch enabled * `WWE`: [[MSNP9](../versions/msnp9.md)+] MSN Direct / Web Watch enabled.
* `HSB`: [[MSNP11](../versions/msnp11.md)+] Has Blog (MSN Space) * `HSB`: [[MSNP11](../versions/msnp11.md)+] Has Blog (MSN Space).
# Examples # Examples
@ -36,9 +38,24 @@ S: PRP 1 256 PHH 1%20(222)%203333
``` ```
## Unknown property ## Unknown property
*NOTE: There is no defined behaviour for this command specifically.*
``` ```
C: PRP 2 NEW very%20yes C: PRP 2 NEW very%20yes
S: 715 2
```
## Property key is too long
```
C: PRP 3 NICE Y
```
Server disconnects client.
## Property value is too long
*NOTE: This has been line-breaked.
Lines beginning with `..` followed by a space are continuations of the previous line.*
```
C: PRP 4 PHM this%20is%20way%20too%20long%20of%20a
.. %20phone%20number%20not%20like%20it%20is%20one%20anyway...
``` ```
Server disconnects client. Server disconnects client.

View File

@ -3,7 +3,7 @@
It is a Notification Server command, without either a request or response payload. It is a Notification Server command, without either a request or response payload.
It is the response to the [PNG](png.md) command. It is the server's response to the [PNG](png.md) command.
# Client/Request # Client/Request
This command can not be sent from the client. This command can not be sent from the client.

View File

@ -1,7 +1,7 @@
# Introduction # Introduction
`REG` is a command introduced with [MSNP7](../versions/msnp7.md) `REG` is a command introduced with [MSNP7](../versions/msnp7.md)
It is a Notification Server command, without a request or response payload. It is a Notification Server command, without either a request or response payload.
Renames an existing group. Replaced with [Address Book Service](../services/abservice.md)'s `ABGroupUpdate` in [MSNP13](../versions/msnp13.md). Renames an existing group. Replaced with [Address Book Service](../services/abservice.md)'s `ABGroupUpdate` in [MSNP13](../versions/msnp13.md).

View File

@ -30,14 +30,14 @@ Where `OK` is always `OK`.
## Normal use ## Normal use
### First generation ### First generation
*Only [MSNP2](../versions/msnp2.md).* *Only in [MSNP2](../versions/msnp2.md).*
``` ```
C: SND 1 anotheruser@hotmail.com C: SND 1 anotheruser@hotmail.com
S: SND 1 OK S: SND 1 OK
``` ```
### Second generation ### Second generation
*Only [MSNP3](../versions/msnp3.md).* *Only in [MSNP3](../versions/msnp3.md).*
``` ```
C: SND 2 anotheruser@hotmail.com 0x0409 MSMSGS C: SND 2 anotheruser@hotmail.com 0x0409 MSMSGS
S: SND 2 OK S: SND 2 OK

105
docs/commands/ubx.md Normal file
View File

@ -0,0 +1,105 @@
# Introduction
`UBX` is a command introduced with [MSNP11](../versions/msnp11.md).
It is a Notification Server command, WITH a response payload.
For the version of the command that relates to another user, read [UUX](uux.md).
# Client/Request
This command can not be sent from the client.
# Server/Response
```
UBX user-handle {network-id} length
payload
```
Where `user-handle` is the user handle assocated with this data.
Where `network-id` is a Network Identification Number. Added since [MSNP14](../versions/msnp14.md).
Where `length` is the size (in bytes) of the `payload`.
Where `payload` is the XML data for this user on the Forward List (FL),
contained in a `<Data>` element:
* `<PSM>`: The user's new Personal Status Message.
* `<CurrentMedia>`: The user's new currently playing media status.
* `<MachineGuid>`: The GUID of the computer that the user is using.
Added since [MSNP13](../versions/msnp13.md).
# Examples
## Without MachineGuid
*Only in [MSNP11](../versions/msnp11.md) and [MSNP12](../versions/msnp12.md).*
### Blank status
```
S: UUX anotheruser@hotmail.com 53
<Data><PSM></PSM><CurrentMedia></CurrentMedia></Data>
```
### With PSM
```
S: UUX anotheruser@hotmail.com 75
<Data><PSM>example status message</PSM><CurrentMedia></CurrentMedia></Data>
```
### With playing media
```
S: UUX anotheruser@hotmail.com 137
<Data><PSM>example status message</PSM><CurrentMedia>\0Music\01\0{0} - {1}\0Song Title\0Song Artist\0Song Album\0\0</CurrentMedia></Data>
```
## With MachineGuid
*Only in [MSNP13](../versions/msnp13.md).*
### Blank status
```
S: UUX anotheruser@hotmail.com 118
<Data><PSM></PSM><CurrentMedia></CurrentMedia><MachineGuid>{0061D708-CD9B-4D56-B64B-FFFAA92FF344}</MachineGuid></Data>
```
### With PSM
```
S: UUX anotheruser@hotmail.com 140
<Data><PSM>example status message</PSM><CurrentMedia></CurrentMedia><MachineGuid>{0061D708-CD9B-4D56-B64B-FFFAA92FF344}</MachineGuid></Data>
```
### With playing media
```
S: UUX anotheruser@hotmail.com 202
<Data><PSM>example status message</PSM><CurrentMedia>\0Music\01\0{0} - {1}\0Song Title\0Song Artist\0Song Album\0\0</CurrentMedia><MachineGuid>{0061D708-CD9B-4D56-B64B-FFFAA92FF344}</MachineGuid></Data>
```
## With Network IDs
*Since [MSNP14](../versions/msnp14.md).*
### Blank status
```
S: UUX anotheruser@hotmail.com 1 118
<Data><PSM></PSM><CurrentMedia></CurrentMedia><MachineGuid>{0061D708-CD9B-4D56-B64B-FFFAA92FF344}</MachineGuid></Data>
```
### With PSM
```
S: UUX anotheruser@hotmail.com 1 140
<Data><PSM>example status message</PSM><CurrentMedia></CurrentMedia><MachineGuid>{0061D708-CD9B-4D56-B64B-FFFAA92FF344}</MachineGuid></Data>
```
### With playing media
```
S: UUX anotheruser@hotmail.com 1 202
<Data><PSM>example status message</PSM><CurrentMedia>\0Music\01\0{0} - {1}\0Song Title\0Song Artist\0Song Album\0\0</CurrentMedia><MachineGuid>{0061D708-CD9B-4D56-B64B-FFFAA92FF344}</MachineGuid></Data>
```
## Invalid context
*Inherited from being an unimplemented command.*
```
C: UBX 1 0
```
Server disconnects client.
# Known changes
* [MSNP13](../versions/msnp13.md): Added `<MachineGuid>` to payload.
* [MSNP14](../versions/msnp14.md): Added a new parameter for the Network ID related to this update (parameter 2).

87
docs/commands/uux.md Normal file
View File

@ -0,0 +1,87 @@
# Introduction
`UUX` is a command introduced with [MSNP11](../versions/msnp11.md).
It is a Notification Server command, WITH a request payload and WITH a response payload.
For the version of the command that relates to another user, read [UBX](ubx.md).
# Client/Request
```
UUX TrID length
payload
```
Where `length` is the size (in bytes) of the `payload`.
Where `payload` is the combined XML data you would like to publish,
contained in a `<Data>` element:
* `<PSM>`: Your new Personal Status Message.
* `<CurrentMedia>`: Your new currently playing media status.
* `<MachineGuid>`: The GUID of the computer you are using.
Added since [MSNP13](../versions/msnp13.md).
# Server/Response
`UUX TrID length`
Where `length` is always `0`.
# Examples
## Without MachineGuid
*Only in [MSNP11](../versions/msnp11.md) and [MSNP12](../versions/msnp12.md).*
### Blank status
```
C: UUX 1 53
<Data><PSM></PSM><CurrentMedia></CurrentMedia></Data>
S: UUX 1
```
### With PSM
```
C: UUX 2 75
<Data><PSM>example status message</PSM><CurrentMedia></CurrentMedia></Data>
S: UUX 2
```
### With playing media
```
C: UUX 3 137
<Data><PSM>example status message</PSM><CurrentMedia>\0Music\01\0{0} - {1}\0Song Title\0Song Artist\0Song Album\0\0</CurrentMedia></Data>
S: UUX 3
```
## With MachineGuid
*Since [MSNP13](../versions/msnp13.md).*
### Blank status
```
C: UUX 4 118
<Data><PSM></PSM><CurrentMedia></CurrentMedia><MachineGuid>{44BFD5A4-7450-4BDA-BA3A-C51B3031126D}</MachineGuid></Data>
S: UUX 4
```
### With PSM
```
C: UUX 5 140
<Data><PSM>example status message</PSM><CurrentMedia></CurrentMedia><MachineGuid>{44BFD5A4-7450-4BDA-BA3A-C51B3031126D}</MachineGuid></Data>
S: UUX 5
```
### With playing media
```
C: UUX 6 202
<Data><PSM>example status message</PSM><CurrentMedia>\0Music\01\0{0} - {1}\0Song Title\0Song Artist\0Song Album\0\0</CurrentMedia><MachineGuid>{44BFD5A4-7450-4BDA-BA3A-C51B3031126D}</MachineGuid></Data>
S: UUX 6
```
## Invalid data
```
C: UUX 7 19
<invalid></invalid>
```
Server disconnects client.
# Known changes
* [MSNP13](../versions/msnp13.md): Added `<MachineGuid>` to payload.

View File

@ -3,6 +3,15 @@ Welcome to yellows' MSNP wiki - "we actually have documentation"
Why not visit the [Table of Commands](table_of_commands.md)? Why not visit the [Table of Commands](table_of_commands.md)?
# License
Copyright (C) 2024 yellows111.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the article entitled
"[GNU Free Documentation License](license.md)".
# Protocol Versions # Protocol Versions
* [CVR0](versions/cvr0.md) * [CVR0](versions/cvr0.md)
* [MSNP2](versions/msnp2.md) * [MSNP2](versions/msnp2.md)
@ -30,6 +39,7 @@ More is to come soon! Hopefully!
# Other documents and files # Other documents and files
* [Constants used on the wiki](reference_constants.md) * [Constants used on the wiki](reference_constants.md)
* [Shields Configuration Data](files/shields.md) * [Shields Configuration Data](files/shields.md)
* [`<NOTIFICATION>` documents](files/notification.md)
# Wanted Information # Wanted Information
* [MSNP2](versions/msnp2.md): What is the format of the initial `text/x-msmsgsemailnotification`? * [MSNP2](versions/msnp2.md): What is the format of the initial `text/x-msmsgsemailnotification`?
@ -49,6 +59,20 @@ More is to come soon! Hopefully!
* [NAK command](commands/nak.md): This isn't used ever as a response for [MSG](commands/msg.md) D right? * [NAK command](commands/nak.md): This isn't used ever as a response for [MSG](commands/msg.md) D right?
* [MSG command](commands/msg.md): What can return from [MSG](commands/msg.md) D? * [MSG command](commands/msg.md): What can return from [MSG](commands/msg.md) D?
* [LST command](commands/lst.md): Any updates to this command outside of [SYN](commands/syn.md). * [LST command](commands/lst.md): Any updates to this command outside of [SYN](commands/syn.md).
* [PRP command](commands/prp.md): Any information on the following properties (if they are properties?):
* `UTL`
* `WPL`
* `CID`: Is this related to spaces?
* `RES`
* `NSD`
* `UAC`
* `MNI`
* [UUX command](commands/uux.md): Any information on the following optional elements:
* `PHMEnabled`
* `MNIEnabled`
* `LastSpaceUpdate`
* `LastStorageError`
* `FIR`
* Meta: A good way to handle removed-mid-protocol commands like [FND](commands/fnd.md), [LSG](commands/lsg.md) and [LST](commands/lst.md)... * Meta: A good way to handle removed-mid-protocol commands like [FND](commands/fnd.md), [LSG](commands/lsg.md) and [LST](commands/lst.md)...
## Unsolved Mysteries ## Unsolved Mysteries
@ -80,7 +104,7 @@ More is to come soon! Hopefully!
* Carriage Return: To return the page-writing apparatus to the left of the page. * Carriage Return: To return the page-writing apparatus to the left of the page.
* Line Feed: To move the page-writing apparatus down a "line". * Line Feed: To move the page-writing apparatus down a "line".
* TrID: Transaction ID. Links the server's response to the client's request. * TrID: Transaction ID. Links the server's response to the client's request.
* User handle: A 129-character max address used across the protocol. * User handle: An address which supports up to 129 characters that is used across the protocol.
May be called "principles" in other places. May be called "principles" in other places.
* Public Key, Private Key: The parameters used in [QRY](commands/qry.md). * Public Key, Private Key: The parameters used in [QRY](commands/qry.md).
* The one you send with it in plain is the Public Key. * The one you send with it in plain is the Public Key.
@ -92,7 +116,3 @@ More is to come soon! Hopefully!
The git repo is avaliable at <https://git.kevinthe.horse/yellows111/msnp-wiki>. The git repo is avaliable at <https://git.kevinthe.horse/yellows111/msnp-wiki>.
You can submit changes to me via any avaliable contact method as a e-mail merge request, like those made with [`git format-patch`](https://git-scm.com/docs/git-format-patch). You can submit changes to me via any avaliable contact method as a e-mail merge request, like those made with [`git format-patch`](https://git-scm.com/docs/git-format-patch).
# License
This documentational site, and it's related sources are avaliable under the
[license of the GNU Free Documentation License 1.3](license.md).

View File

@ -24,6 +24,8 @@ This refers to all the constants used on the wiki.
## Other things ## Other things
* My Passport Unique ID: `0x00000001:0x000000002`, High: `1`, Low: `2`. * My Passport Unique ID: `0x00000001:0x000000002`, High: `1`, Low: `2`.
* My computer's GUID: `44bfd5a4-7450-4bda-ba3a-c51b3031126d`
* Another User's computer's GUID: `0061d708-cd9b-4d56-b64b-fffaa92ff344`
## MSNP Servers ## MSNP Servers
* The Dispatch Server: `10.0.0.1:1863` * The Dispatch Server: `10.0.0.1:1863`

View File

@ -47,19 +47,19 @@ This is a list of all known MSNP commands and their originating version.
| [`SBP`](commands/sbp.md) | N | Y | N | [MSNP10](versions/msnp10.md) | [MSNP10](versions/msnp10.md) (`ABCHMigrated: 1`: Contact user handles are now GUIDs.), [MSNP11](versions/msnp11.md) (Added property `HSB`, for Has Blog. Set by the relevant Client Capability.), [MSNP13](versions/msnp13.md) (Removed; automatic disconnect, use [Address Book Service](services/abservice.md)'s `ABContactUpdate` action instead.) | | [`SBP`](commands/sbp.md) | N | Y | N | [MSNP10](versions/msnp10.md) | [MSNP10](versions/msnp10.md) (`ABCHMigrated: 1`: Contact user handles are now GUIDs.), [MSNP11](versions/msnp11.md) (Added property `HSB`, for Has Blog. Set by the relevant Client Capability.), [MSNP13](versions/msnp13.md) (Removed; automatic disconnect, use [Address Book Service](services/abservice.md)'s `ABContactUpdate` action instead.) |
| [`CHL`](commands/chl.md) | N | Y | Y | [MSNP6](versions/msnp6.md) | [MSNP10](versions/msnp10.md) (Changed challenge response ([QRY](commands/qry.md) commands) generation algorithm drastically.) | | [`CHL`](commands/chl.md) | N | Y | Y | [MSNP6](versions/msnp6.md) | [MSNP10](versions/msnp10.md) (Changed challenge response ([QRY](commands/qry.md) commands) generation algorithm drastically.) |
| [`GCF`](commands/gcf.md) | Y | Y | Y | [MSNP11](versions/msnp11.md) | [MSNP13](versions/msnp13.md) (Command is now always asynchronous and always retuns `Shields.xml` in a new wrapper.) | | [`GCF`](commands/gcf.md) | Y | Y | Y | [MSNP11](versions/msnp11.md) | [MSNP13](versions/msnp13.md) (Command is now always asynchronous and always retuns `Shields.xml` in a new wrapper.) |
| [`SYN`](commands/syn.md) | N | Y | N | [MSNP2](versions/msnp2.md) | [MSNP5](versions/msnp5.md) (Added [BPR](commands/bpr.md) and [PRP](commands/prp.md) to response.), [MSNP7](versions/msnp7.md) (Added [LSG](commands/lsg.md) support and groups in [LST](commands/lst.md).), [MSNP8](versions/msnp8.md) (Unset properties are now omitted, new response parameters to replace [LSG](commands/lsg.md) and [LST](commands/lst.md) iterator parameters, Transaction IDs and List Version was removed from used commands), [MSNP10](versions/msnp10.md) (Added new parameters for the settings version. With `ABCHMigrated: 1`, both versions are now timestamps), [MSNP12](versions/msnp12.md) (Added Network IDs to [LST](commands/lst.md).), [MSNP13](versions/msnp13.md) (Removed; automatic disconnect, use the [Address Book Service](../services/abservice.md) and the [Contact Sharing Service](../services/sharingservice.md) instead.) | | [`SYN`](commands/syn.md) | N | Y | N | [MSNP2](versions/msnp2.md) | [MSNP5](versions/msnp5.md) (Added [BPR](commands/bpr.md) and [PRP](commands/prp.md) to response.), [MSNP7](versions/msnp7.md) (Added [LSG](commands/lsg.md) support and groups in [LST](commands/lst.md).), [MSNP8](versions/msnp8.md) (Unset properties are now omitted, new response parameters to replace [LSG](commands/lsg.md) and [LST](commands/lst.md) iterator parameters, Transaction IDs and List Version was removed from used commands), [MSNP10](versions/msnp10.md) (Added new parameters for the settings version. With `ABCHMigrated: 1`, both versions are now timestamps), [MSNP12](versions/msnp12.md) (Added Network IDs to [LST](commands/lst.md).), [MSNP13](versions/msnp13.md) (Removed; automatic disconnect, use the [Address Book Service](services/abservice.md) and the [Contact Sharing Service](services/sharingservice.md) instead.) |
| [`NOT`](commands/not.md) | Y | N | Y | [MSNP5](versions/msnp5.md) | [MSNP11](versions/msnp11.md) (Added support for the `<NotificationData>` sub-document, and live blog updates use the new sub-document.), [MSNP13](versions/msnp13.md) (Added live contact list updates using the `<NotificationData>` subdocument.), [MSNP18](versions/msnp18.md) (Added live persistant chat group updates using the `<NotificationData>` subdocument.) | | [`NOT`](commands/not.md) | Y | N | Y | [MSNP5](versions/msnp5.md) | [MSNP11](versions/msnp11.md) (Added support for the `<NotificationData>` sub-document, and live blog updates use the new sub-document.), [MSNP13](versions/msnp13.md) (Added live contact list updates using the `<NotificationData>` subdocument.), [MSNP18](versions/msnp18.md) (Added live persistant chat group updates using the `<NotificationData>` subdocument.) |
| [`IPG`](commands/ipg.md) | Y | N | Y | [MSNP6](versions/msnp6.md) | | | [`IPG`](commands/ipg.md) | Y | N | Y | [MSNP6](versions/msnp6.md) | |
| [`REG`](commands/reg.md) | N | Y | N | [MSNP7](versions/msnp7.md) | [MSNP10](versions/msnp10.md) (Removed unused `0` and List Version parameters, with `ABCHMigrated: 1`, group IDs are instead group GUIDs), [MSNP13](versions/msnp13.md) (Removed; automatic disconnect, use [Address Book Service](services/abservice.md)'s `ABGroupUpdate` instead.) | | [`REG`](commands/reg.md) | N | Y | N | [MSNP7](versions/msnp7.md) | [MSNP10](versions/msnp10.md) (Removed unused `0` and List Version parameters, with `ABCHMigrated: 1`, group IDs are instead group GUIDs), [MSNP13](versions/msnp13.md) (Removed; automatic disconnect, use [Address Book Service](services/abservice.md)'s `ABGroupUpdate` instead.) |
| [`RMG`](commands/rmg.md) | N | Y | N | [MSNP7](versions/msnp7.md) | [MSNP10](versions/msnp10.md) (Removed List Version parameter, with `ABCHMigrated: 1`, group IDs are instead group GUIDs), [MSNP13](versions/msnp13.md) (Removed; automatic disconnect, use [Address Book Service](services/abservice.md)'s `ABGroupDelete` instead.) | | [`RMG`](commands/rmg.md) | N | Y | N | [MSNP7](versions/msnp7.md) | [MSNP10](versions/msnp10.md) (Removed List Version parameter, with `ABCHMigrated: 1`, group IDs are instead group GUIDs), [MSNP13](versions/msnp13.md) (Removed; automatic disconnect, use [Address Book Service](services/abservice.md)'s `ABGroupDelete` instead.) |
| [`QRY`](commands/qry.md) | Y | Y | N | [MSNP6](versions/msnp6.md) | [MSNP10](versions/msnp10.md) (Changed challenge response generation algorithm drastically.) | | [`QRY`](commands/qry.md) | Y | Y | N | [MSNP6](versions/msnp6.md) | [MSNP10](versions/msnp10.md) (Changed challenge response generation algorithm drastically.) |
| [`UBX`](commands/ubx.md) | Y | N | Y | [MSNP11](versions/msnp11.md) | [MSNP13](versions/msnp13.md) (Added `<MachineGuid>` to the default list of elements.) |
| [`UUX`](commands/uux.md) | Y | Y | N | [MSNP11](versions/msnp11.md) | [MSNP13](versions/msnp13.md) (Added `<MachineGuid>` to the default list of elements.), [MSNP14](versions/msnp14.md) (Added support for Network IDs.) |
# What's Missing Right Now # What's Missing Right Now
## In general ## In general
* [MSNP11](versions/msnp11.md): SBS * [MSNP11](versions/msnp11.md): SBS
* [MSNP11](versions/msnp11.md): UBX
* [MSNP11](versions/msnp11.md): UUX
* [MSNP12](versions/msnp12.md): LKP * [MSNP12](versions/msnp12.md): LKP
# Modifiers # Modifiers

View File

@ -6,8 +6,8 @@ It was introduced officially in Client Version 7.0.0777.
It introduces the notification service commands: It introduces the notification service commands:
* [GCF](../commands/gcf.md) * [GCF](../commands/gcf.md)
* SBS * SBS
* UBX * [UBX](../commands/ubx.md)
* UUX * [UUX](../commands/uux.md)
*No switchboard or dispatch service commands were known to be introduced in this version* *No switchboard or dispatch service commands were known to be introduced in this version*
@ -97,11 +97,11 @@ S: GCF 9 Shields.xml 145
C: CHG 10 NLN C: CHG 10 NLN
S: CHG 10 NLN S: CHG 10 NLN
C: UUX 11 40 C: UUX 11 40
<PSM></PSM><CurrentMedia></CurrentMedia> <Data><PSM></PSM><CurrentMedia></CurrentMedia></Data>
S: UUX 11 0 S: UUX 11 0
S: ILN 10 NLN anotheruser@hotmail.com another%20user 1073791084 S: ILN 10 NLN anotheruser@hotmail.com another%20user 1073791084
S: UBX anotheruser@hotmail.com 54 S: UBX anotheruser@hotmail.com 54
<PSM>new feature :P</PSM><CurrentMedia></CurrentMedia> <Data><PSM>new feature :P</PSM><CurrentMedia></CurrentMedia></Data>
C: ADC 11 FL N=tel:15551111222 F=john C: ADC 11 FL N=tel:15551111222 F=john
S: ADC 11 FL N=tel:15551111222 F=john C=a47e39cf-312c-4100-94a6-f2b33adf5b68 S: ADC 11 FL N=tel:15551111222 F=john C=a47e39cf-312c-4100-94a6-f2b33adf5b68
C: ADC 12 AL N=tel:15551111222 C: ADC 12 AL N=tel:15551111222

2
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": { "packages": {
"": { "": {
"name": "yellows-msnp-wiki", "name": "yellows-msnp-wiki",
"version": "0.1.0", "version": "0.1.1",
"license": "GFDL-1.3-or-later", "license": "GFDL-1.3-or-later",
"dependencies": { "dependencies": {
"yiki": "git+https://git.kevinthe.horse/yellows111/yiki.git#semver:*" "yiki": "git+https://git.kevinthe.horse/yellows111/yiki.git#semver:*"

View File

@ -1,6 +1,6 @@
{ {
"name": "yellows-msnp-wiki", "name": "yellows-msnp-wiki",
"version": "0.1.0", "version": "0.1.1",
"description": "The yellows111 MSNP wiki that aims for accuracy.", "description": "The yellows111 MSNP wiki that aims for accuracy.",
"author": "yellows111", "author": "yellows111",
"license": "GFDL-1.3-or-later", "license": "GFDL-1.3-or-later",