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> <rdf:Bag> <rdf:li>audio/3gpp</rdf:li> <rdf:li>audio/aac</rdf:li> <rdf:li>audio/midi</rdf:li> <rdf:li>audio/mp3</rdf:li> <rdf:li>image/gif</rdf:li> <rdf:li>image/jpeg</rdf:li> <rdf:li>image/jpg</rdf:li> <rdf:li>image/png</rdf:li> <rdf:li>image/vnd.wap.wbmp</rdf:li> <rdf:li>text/plain</rdf:li> <rdf:li>video/3gpp</rdf:li> <rdf:li>video/mp4</rdf:li> </rdf:Bag> </mms:MmsCcppAccept>
|
|
MmsCcppAcceptCharSet
|
The
MmsCcppAcceptCharSet attribute contains a list of
character sets supported by MMS messages.
|
<mms:MmsCcppAcceptCharSet> <rdf:Bag> <rdf:li>US-ASCII</rdf:li> <rdf:li>ISO-8859-1</rdf:li> <rdf:li>UTF-8</rdf:li> <rdf:li>ISO-10646-UCS-2</rdf:li> </rdf:Bag> </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> <rdf:Bag> <rdf:li>base64</rdf:li> <rdf:li>quoted-printable</rdf:li> </rdf:Bag> </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> <rdf:Bag> <rdf:li>en</rdf:li> <rdf:li>de</rdf:li> <rdf:li>fr</rdf:li> <rdf:li>zh-TW</rdf:li> <rdf:li>zh-CN</rdf:li> </rdf:Bag> </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> <rdf:Bag> <rdf:li>1.2</rdf:li> </rdf:Bag> </mms:MmsVersion>
|
|
Feedback Form (ExpandCollapse)
|
|