7. User Agent Profile / UAProf Reference -- MmsCharacteristics Component
The MmsCharacteristics component of User Agent Profile / UAProf provides information about the MMS (Multimedia Messaging Service) capabilities of the mobile device. For example, maximum MMS message size supported, maximum image resolution supported and character sets supported.
The following table lists some base attributes of the MmsCharacteristics component as specified in the UAProf MMS schema. A description and some examples are provided for each base attribute. Note that a user agent profile may not include all attributes listed below.
To scroll the table, use the scroll bars on the right and bottom of the table. A full-page version is available additionally.
UAProf Attribute / Property |
Description |
Example |
---|---|---|
MmsCcppAccept |
The MmsCcppAccept attribute states the MIME media types supported by MMS messages. |
<mms:MmsCcppAccept> |
MmsCcppAcceptCharSet |
The MmsCcppAcceptCharSet attribute contains a list of character sets supported by MMS messages. |
<mms:MmsCcppAcceptCharSet> |
MmsCcppAcceptEncoding |
The MmsCcppAcceptEncoding attribute states the transfer encodings supported by MMS messages. The transfer encoding names can be found at IANA's website. |
<mms:MmsCcppAcceptEncoding> |
MmsCcppAcceptLanguage |
The MmsCcppAcceptLanguage attribute states the language preference of the user for MMS messages. The items are listed in order of preference. For example, the first list item is the most preferred language. |
<mms:MmsCcppAcceptLanguage> |
MmsMaxImageResolution |
The MmsMaxImageResolution attribute states the maximum image size/resolution in pixels supported by MMS messages. The first value is the image width and the second value is the image height. |
<mms:MmsMaxImageResolution>640x480</mms:MmsMaxImageResolution> |
MmsMaxMessageSize |
The MmsMaxMessageSize attribute states the maximum MMS message size (in bytes) supported by the mobile device. |
<mms:MmsMaxMessageSize>307200</mms:MmsMaxMessageSize> |
MmsVersion |
The MmsVersion attribute states the MMS versions supported by the mobile device. |
<mms:MmsVersion> |
Previous Page | Page 7 of 7 |
- 1. User Agent Profile / UAProf Reference -- HardwarePlatform Component
- 2. User Agent Profile / UAProf Reference -- SoftwarePlatform Component
- 3. User Agent Profile / UAProf Reference -- NetworkCharacteristics Component
- 4. User Agent Profile / UAProf Reference -- BrowserUA Component
- 5. User Agent Profile / UAProf Reference -- WapCharacteristics Component
- 6. User Agent Profile / UAProf Reference -- PushCharacteristics Component
- 7. User Agent Profile / UAProf Reference -- MmsCharacteristics Component