44 lines
1.3 KiB
Markdown
44 lines
1.3 KiB
Markdown
|
# Introduction
|
||
|
`BPR` is a command introduced with [MSNP5](../versions/msnp5.md).
|
||
|
|
||
|
It is a Notification Server command, without a response payload.
|
||
|
|
||
|
It specifies another user's properties. For your own properties, use [PRP](prp.md).
|
||
|
|
||
|
# Client/Request
|
||
|
This command can not be sent from the client.
|
||
|
|
||
|
# Server/Response
|
||
|
`BPR {list-version} {user-handle} property value`
|
||
|
|
||
|
Where `list-version` is the new List Version. Removed since [MSNP10](../versions/msnp10.md) in `ABCHMigrated: 1` mode.
|
||
|
|
||
|
Where `user-handle` is the related user's handle. Removed in SYN since [MSNP8](../versions/msnp8.md).
|
||
|
|
||
|
Where `property` can be any of these values:
|
||
|
* `PHH`: Home Phone number
|
||
|
* `PHW`: Work Phone number
|
||
|
* `PHM`: Mobile Phone number
|
||
|
* `MOB`: Allow users to contact me via MSN Mobile
|
||
|
* `WWE`: [[MSNP9](../versions/msnp9.md)+] MSN Direct / Web Watch enabled
|
||
|
* `HSB`: [[MSNP11](../versions/msnp11.md)+] Has Blog (MSN Space)
|
||
|
|
||
|
Where `value` is the value that is assigned to `property`.
|
||
|
|
||
|
# Examples
|
||
|
|
||
|
## Receive new PHH from user
|
||
|
```
|
||
|
S: BPR 255 anotheruser@hotmail.com PHH 1%20(444)%20222%203333
|
||
|
```
|
||
|
|
||
|
## Invalid context
|
||
|
*Inherited from being an unimplemented command.*
|
||
|
```
|
||
|
C: BPR example@hotmail.com
|
||
|
```
|
||
|
|
||
|
# Known changes
|
||
|
* [MSNP8](../versions/msnp8.md): Removed the user's handle when used in SYN.
|
||
|
* [MSNP10](../versions/msnp10.md): Removed the List Version in `ABCHMigrated: 1` mode.
|