UAprof - which tags/parameters are used

UAprof - which tags/parameters are used SearchSearch
Author Message
Petr
Posted on Wednesday, September 03, 2003 - 03:03 pm:   

Which tags/parameters from UAprof xml files are used for content adaptation (image resizing...)?
Bryce Norwood - NowSMS Support
Posted on Friday, September 05, 2003 - 07:06 pm:   

We look at:

<prf:screensize> and <prf:mmsmaximageresolution> for sizing information.

<prf:mmsmaxmessagesize> to find if the device has a message size limit for MMS.

<prf:colorcapable> to see if it is a monochome device.

<prf:mmsccppaccept> to determine what MIME types are supported by the MMS client.

We also look at <prf:downloadablesoftwaresupport> for additional MIME types.

And, the multimedia WAP push function also goes through content adaptation. As the WAP browser is used in that instance, we consult <prf:ccppaccept> to determine what MIME types are supported by the WAP browser.

-bn