# Introduction
The Messenger Config service (MsgrConfig) is a SOAP (XML) and HTTP Web Service.
Introduced with [MSNP9](../versions/msnp9.md).
Defines various configuration options for the Official Client. Replaces `svcs.microsoft.com`.
It's default URL is `http://config.messenger.msn.com/Config/MsgrConfig.asmx`.
This service does not require Passport authentication.
# Actions
## GetClientConfig
### Client/Request
#### As a SOAP Action / POST request
In the HTTP headers, this is defined:
`SOAPAction: "http://www.msn.com/webservices/Messenger/Client/GetClientConfig"`
```
US
0809
0409
242
```
Where `` is the ISO 3166-1 alpha-2 of the binary you are using.
Where `` is the system's language code in unprefixed hexadecimal.
Where `` is the binary's language code in unprefixed hexadecimal.
Where `` is the system's geographic location in decimal.
#### As query parameters
`GET http://config.messenger.msn.com/Config/MsgrConfig.asmx?op=GetClientConfig&Country=US&CLCID=0809&PLCID=0409&GeoID=242&ver=8.5.1302`
Where `op` is always `GetClientConfig`.
Where `Country` is the ISO 3166-1 alpha-2 of the binary you are using.
Where `CLCID` is the system's language code in unprefixed hexadecimal.
Where `PLCID` is the binary's language code in unprefixed hexadecimal.
Where `GeoID` is the system's geographic location in decimal.
Where `ver` is the version of the client as a triplet.
### Server/Response
#### As a SOAP envelope
*This only applies if you use a SOAP request.*
```
...]]>
```
Where `` contains a ``.
Where `GetClientConfigResult` always contains a Character Data block containing a `` element.
Where `` (in the CDATA) is the [Configuration Document](#the-configuration-document).
#### As a XML document
*This only applies if you use query parameters.*
```
...
```
Where `` (everything but the declaration) is the [Configuration Document](#the-configuration-document).
# The Configuration Document
``: The main element, contains everything.
## Simple
Contains multiple shared configuration options, usually.
### Beta
Contains configuration data for the Beta Program.
#### Invite
Manages the configuration data for the Beta Program Invitation service.
* ``: The URL to the invitation service.
* ``: The Passport Site ID for the invitation service.
### Config
Contains options for the configuration data itself.
* ``: The amount of days as a number before this expires
### DisablePhoneDialer
If set to 1, the Phone Dialer is disabled.
### Logitech
* ``: A URL to the premium Spotlife server (`mplocate`).
* ``: Are pre-roll advertisements enabled for this feature (`1` or `0`)?
* `` A URL to the non-premium Spotlife server (`mlocate`).
### MinFlashPlayer
The minimum version of Adobe/Macromedia Flash Player allowed
before the client is allowed to use content that uses the Flash Player software.
This element has no children, but does have the following attributes:
* `BuildNumber`: The minimum build number for this `MinorVersion`.
* `MajorVersion`: The minimum major version for the plugin.
* `MinorVersion`: The minimum minor version for this `MajorVersion`.
### RadUrl
This element contains the advertisement service base URL.
### Relay
Contains configuration data for the Audio/Video relay.
* ``: If set to 1, the relay is enabled.
* ``: The maximum time (in unknown units) before the call is ended.
* ``: Unknown.
* ``: Contains the Fully Qualified Domain Name (FQDN) of the relay service.
* ``: The amount of milliseconds before falling back.
If you know what the fallback is, please contact me.
### TrustedDomains
Contains many `` elements.
#### domain
This empty element has the `name` attribute, which specifies the
Fully Qualified Domain Name of the trusted domain. Treated as a silent wildcard.
### ErrorResponseTable
This element only contains `` elements.
#### Feature
This element only contains `` elements.
This element has two attributes:
* `type`: Unknown, but is `0` for `Login`, `2` for `MapFile`, and `3` for P2P.
* `name`: The name of the feature:
* `Login`: Login Process
* `MapFile`: Content Cache Map Files
* `P2P`: Peer-to-peer communications
##### Entry
This empty element has two attributes:
* `hr`: The HRESULT of this entry, as prefixed hexadecimal.
* `action`: What should the Official Client do in this case? (Usually `3`.)
## TabConfig
Replaces the `tabs.asp` service on `svcs.microsoft.com`.
### msntabdata
This element only contains `` elements.
#### tab
This element can be repeated multiple times in the parent element.
* ``: Either a direct URL to a PNG file (36x32 size) or a resource id:
* `res:mail`: A mail icon. Unused?
* `res:bell`: A bell icon. Used for the alerts tab.
* `res:calendar`: A clock icon. Used for the calendar service.
* `res:money`: A stock chart icon or a icon depicting a stack of coins. Used for the finanical stocks service.
* `res:expedia`: A plane icon. Used for the travel service.
* `res:carpoint`: A car icon. Used for the car reselling service.
* `res:espn`: The ESPN "E". Used for the relevant service.
* `res:zone`: A joystick icon. Used for the games service.
* `res:msnbc`: The MSNBC logo. Used for the relevant service.
* `res:eshop`: A shopping bag icon. Used for the shopping service.
* ``: The name of this tab that is displayed in the Tab Options dialog.
* ``: An all-lowercase unique name for this tab.
Setting this to `hotmail` will hide the tab automatically.
Setting this to `alerts` makes the "View Alerts History" button go to this tab.
* ``: A URL to the page that is displayed in the tab.
* ``: A URL for a tracking pixel that is requested when this tab is clicked on.
* ``: The Passport Site ID of this tab.
Any value except `0` will attempt to log into Passport automatically when the tab is shown.
* ``: Unknown what this is used for. If you know, please contact me.
* ``: The ID used for opening the alert content in the relevant tab.
* ``: If `true`, this tab does not appear in the tab list.
### msntabsettings
Contains options for OEM (Original Equipment Manufacturer) tabs.
Unknown when this is used. If you know more, feel free to contact me.
May only be used in Client Version 4.5 back on svcs?
* ``: Amount of OEM-defined tabs allowed to be displayed?
* ``: Amount of OEM-defined tabs allowed to be loaded
## AbchCfg
Replaces the `abch_config.asp` service on `svcs.microsoft.com`.
### abchconfig
* ``: The URL to the [Address Book Service](abservice.md).
## AdMainConfig
* ``: The amount of minutes until downloading the next banner image.
* ``: The URL to the advertisement service. Loaded as a HTML document.
## AdPhoneConfig
Contains a URL to a document of currently undocumented content using the advertisement service.
## LocalizedConfig
Contains a large chunk of special options that can vary wildly between locales.
This element has the attribute `Market`,
which contains the ISO 639-1 language code for this Configuration Document.
### AdMainConfig
* ``: The URL to the advertisement service that handles banner advertisements.
* ``: Amount of minutes before downloading a new text advertisement.
* ``: The URL to the advertisement service that handles text advertisements.
### AppDirConfig
* ``: The URL to the page that is displayed that lets you open
embedded applications from the Application Directory Service.
* ``: [sic], The URL to the Application Directory Sevice, I mean, Service.
* ``: The URL to the Application Directory Service's version endpoint.
### AVPrerollAd
This empty element has four attributes:
* `FetchTimeout`: How many milliseconds before the client stops trying to fetch the pre-roll advertisement.
* `IntroLength`: How long the advertisement introduction animation plays for in milliseconds.
* `MinAdLength`: The minimum advertisement length in milliseconds.
* `URL`: The URL to the advertisement service for pre-roll advertisements.
### BuyWebcamLink
This empty element has one attribute named `URL`
that specifies a web page you can buy a webcam from.
### ContactCard
Blog intergration configuration options.
* ``: The Passport Site ID used in ``.
* `: The URL used for the "Add to my blog" service.
* ``: Is the Contact Card Service disabled? (`true` or `false`)
* ``: The Passport Site ID used in ``.
* ``: The URL used for the "Create a blog" service.
* ``: The URL to the storage service that provides the `GetItemVersion` SOAP action.
* ``: The URL to the Contact Card Service.
* ``: The Passport Site ID used in ``.
* ``: The URL used for the "Visit my blog" service.
* ``: The Passport Site ID used in ``.
* ``: The URL used for the blogging service.
* ``: Is this feature enabled? (`true` or `false`).
### DynamicContent
Contains product advertisement configuration data.
#### merchant
Can contain:
* ``
* ``
* ``
* ``
##### bkgrounds
Free Background advertisement data. Only contains ``.
###### slots
Contains multiple `` elements that contain a URL to a `msnmenuitem` XML document.
For more information read [this section on `msnmenuitem` documents](#msnmenuitem-xml-document).
The `` element supports one attribute named `id`
which is the identification number of this slot.
The `` element supports a formatting string of `$PUID$`,
which is replaced with your Passport User ID in unprefixed lowercase hexadecimal.
##### emoticons2
Free Emoticon Pack advertisement data. Only contains ``.
Supports attribute `visibleto`, which is the Client Versions allowed to use this content.
Usually `7.0.729 and greater`.
###### slots
Contains multiple `` elements that contain a URL to a `msnmenuitem` XML document.
For more information read [this section on `msnmenuitem` documents](#msnmenuitem-xml-document).
The `` element supports one attribute named `id`
which is the identification number of this slot.
The `` element supports a formatting string of `$PUID$`,
which is replaced with your Passport User ID in unprefixed lowercase hexadecimal.
##### themepacks
Free Theme Pack advertisement data. Only contains ``.
###### slots
Contains multiple `` elements that contain a URL to a `msnmenuitem` XML document.
For more information read [this section on `msnmenuitem` documents](#msnmenuitem-xml-document).
The `` element supports one attribute named `id`
which is the identification number of this slot.
The `` element supports a formatting string of `$PUID$`,
which is replaced with your Passport User ID in unprefixed lowercase hexadecimal.
##### winks2
Free Winks advertisement data. Only contains ``.
Supports attribute `visibleto`, which is the Client Versions allowed to use this content.
Usually `7.0.729 and greater`.
###### slots
Contains multiple `` elements that contain a URL to a `msnmenuitem` XML document.
For more information read [this section on `msnmenuitem` documents](#msnmenuitem-xml-document).
The `` element supports one attribute named `id`
which is the identification number of this slot.
The `` element supports a formatting string of `$PUID$`,
which is replaced with your Passport User ID in unprefixed lowercase hexadecimal.
#### premium
Premium product advertisement configuration data.
##### bkgrounds
Premium background advertisement configuration data.
* ``: The Passport Site ID used for ``.
* ``: The product provider URL.
* ``: Contains multiple `` elements.
###### slots
Contains multiple `` elements that contain a URL to a `msnmenuitem` XML document.
For more information read [this section on `msnmenuitem` documents](#msnmenuitem-xml-document).
The `` element supports one attribute named `id`
which is the identification number of this slot.
The `` element supports a formatting string of `$PUID$`,
which is replaced with your Passport User ID in unprefixed lowercase hexadecimal.
##### emoticons2
Premium emoticon pack advertisement configuration data.
Supports attribute `visibleto`, which is the Client Versions allowed to use this content.
Usually `7.0.729 and greater`.
* ``: The Passport Site ID used for ``.
* ``: The product provider URL.
* ``: Contains multiple `` elements.
###### slots
Contains multiple `` elements that contain a URL to a `msnmenuitem` XML document.
For more information read [this section on `msnmenuitem` documents](#msnmenuitem-xml-document).
The `` element supports one attribute named `id`
which is the identification number of this slot.
The `` element supports a formatting string of `$PUID$`,
which is replaced with your Passport User ID in unprefixed lowercase hexadecimal.
##### themepacks
Premium Theme Pack advertisement configuration data.
* ``: The Passport Site ID used for ``.
* ``: The product provider URL.
* ``: Contains multiple `` elements.
###### slots
Contains multiple `` elements that contain a URL to a `msnmenuitem` XML document.
For more information read [this section on `msnmenuitem` documents](#msnmenuitem-xml-document).
The `` element supports one attribute named `id`
which is the identification number of this slot.
The `` element supports a formatting string of `$PUID$`,
which is replaced with your Passport User ID in unprefixed lowercase hexadecimal.
##### winks2
Premium Wink advertisement configuration data.
Supports attribute `visibleto`, which is the Client Versions allowed to use this content.
Usually `7.0.729 and greater`.
* ``: The Passport Site ID used for ``.
* ``: The product provider URL.
* ``: Contains multiple `` elements.
###### slots
Contains multiple `` elements that contain a URL to a `msnmenuitem` XML document.
For more information read [this section on `msnmenuitem` documents](#msnmenuitem-xml-document).
The `` element supports one attribute named `id`
which is the identification number of this slot.
The `` element supports a formatting string of `$PUID$`,
which is replaced with your Passport User ID in unprefixed lowercase hexadecimal.
which is the identification number of this slot.
### EditorialConfig
This element contains a URL to a XML document that contains [editorial data](#editorial-document).
### FlashUpgradeURL
This element contains a URL to a web page that tells you how to update Adobe/Macromedia Flash Player,
with the `$VERSION$` in the URL being replaced with the current version of the plugin.
### MessengerBlogURL
This element contains a URL that specifies the official blog of the service.
Adds the "Open Messenger Blog" option to the Contact List's Tools menu.
### MobileMessaging
This empty element has five attributes:
* `Mode`: Unknown. `RPPNew` works.
* `CrossSell`: Unknown. `1` works.
* `CharMax`: The maximum amount of characters that can be sent using this service.
* `OperatorPage`: The URL to the landing page of this service.
* `ValidRoutes`: A semi-colon delimited list of ISO 3166-1 alpha-2 codes that specify which
phone numbers this service is allowed to use.
### MSNSearch
Controls the URLs used by search features.
* ``: The promotional page that opens when attempting a desktop search without the required software installed.
* ``: The image search service URL.
* ``: The search service URL for local services.
* ``: The news search service URL.
* ``: The search service URL for children's accounts.
* ``: The search service URL.
* ``: The search service URL used in the inline search feature.
* ``: The other search service URL used in the inline search feature.
All `<...URL>` elements support two formatting strings:
* `$QUERY$`: The search query.
* `$FC$`: The format code.
If the element is `` or ``,
the `$FORMAT$` formatting string is avaliable.
### MsnTodayConfig
* ``: The Passport Site ID that `` uses.
Setting this to `0` disables authentication.
* ``: The URL to the daily news service.
### MusicIntegration
This empty element has two attributes:
* `URL`: The URL to the music search function, supporting the following formatting strings:
* `$TITLE$`: The title of the song.
* `$ARTIST$`: The artist of the song.
* `$ALBUM$`: The album of the song.
* `$WMID$`: The Windows Media DRM ID of the song (if avaliable).
* `SiteID`: The Passport Site ID that `URL` uses.
### PremiumAV
This empty element has the attribute `Visibility`. `1` likely enables this feature.
### RL
* ``: The URL used to open the Member Directory for this user.
Has the following formatting strings:
* `%1`: Unknown
* `%2`: Unknown
* `%3`: Unknown
* `%4`: Unknown
* `%5`: Unknown
* `%6`: The user handle that you want to view.
### TermsOfUse
* ``: The Passport Site ID that `` uses,
if this is `0`, no authentication is attempted.
* ``: The URL to the Messenger Service Terms of Use.
### UPUX
This element contains many `` elements.
#### Product
This element has three required attributes and three optional attributes:
* `id`: The ID for this Product Provider
* `PartnerID`: The partner 2 character code.
* `ProductName`: The type of product:
* `Winks`
* `Emoticons`
* `Backgrounds`
* `Theme Packs`
* `Dynamic Display Pictures`
* `BrandName` (optional): The display name of this product.
* `DialogMenuString` (optional): What the client shows when promoting this product.
* `IntegrationType` (optional): How the client should promote this product.
Can either be `medium` or `deep`.
This element contains the following children:
* ``: The page that provides payment options for this product.
* ``: The page that provides information on purchasing content.
* ``: The page that provides the marketplace service.
* ``: The page that opens when a client uses the "Get this" feature.
##### ...URL
These empty elements have three attributes:
* `LaunchWindowType`: If this is `IE`, open in the default browser,
otherwise the internal page viewer in the client.
* `SiteID`: The Passport Site ID for `URL`.
* `URL`: The URL to this service. If this element is ``, then
the formatting string `$CONTENTID$` is avaliable.
### VoiceClip
This empty element has one attribute named `Hidden`,
If this is `1`, the feature is hidden.
### WebWatchConfig
* ``: The Passport Site ID that `` uses. Unused, always `0`.
* ``: The URL for the unimplemented send function.
* ``: The Passport Site ID that `` uses.
* ``: The URL for the Web Watch Setup wizard.
# Other Related documents
## msnmenuitem XML Document
```
http://.../.png
...
http://...
0
```
Where `` contains:
* ``: The thumbnail for this product (50x50 PNG).
* ``: The display name for this product.
* ``: The URL to the marketplace page for this product.
* ``: The URL for the click tracking service.
* ``: The Passport Site ID used for `` (and ``?).
If the item is for a `` product, `` is opened in the internal page browser.
If it is for a `` product instead, `` is sent to MessengerContentInstaller. (TODO: Does this want something else? Passing a .cab just results in failed to install.)
## Editorial document
```
True
60
...
http://...
...
http://...
...
http://...
```
Where `` specifies if this document should be re-downloaded
every time you log into the Messenger Service.
Where `` specifies in minutes when this document should be automatically
re-downloaded.
Where `` contains multiple `` elements:
* ``: The display name of this article.
* ``: The URL to this aricle.