> -----Original Message-----
> From: Luta, Raphael (VUN) [mailto:Raphael.Luta@;groupvu.Com]
> Sent: Wednesday, October 30, 2002 8:13 AM
> To: '[EMAIL PROTECTED]'
> Subject: Help required: Client Registry in CVS Head
>
>
> I've just committed in the HEAD CVS a new registry for storing user-agent
> client preferences and capabilities in order to replace the currently hard
> oded CapabilityMap classes...
>
> I've not yet committed the CapabilityMap patch yet because I'd like to
> improve first the quality of the client.xreg file to recognize as many
> browsers as possible especially those with capabilities widely different
> from the traditional NS/IE or WAP browsers.
>
> So this is an open call for all volunteers to send to this list any
> user-agent string you'd like to see supported along with its supported
> mime-type(s) and main capabilities (possibly defining new capabilities
> if required).
>
> I plan to commit the CapabilityMap patch in HEAD early next week.
>
For me:
agentxml/1.0 -> maps to -> XML media type
What about all the WML stuff hard-coded, are you going to add entries for:
private static final String[] WAP_DEVICES_STARTS =
{
"UP.",
"Nokia",
"Wapalizer",
"WAP",
"Erics",
"SonyE",
"Klondike"
};
private static final String[] WAP_DEVICES_CONTAINS =
{
"UP.Browser",
"WAP",
"WML",
"Wap",
"wml",
"Klondike"
};
/**
* Strings for devices supporting Voice XML
*/
private static final String[] VOICE_DEVICES_CONTAINS =
{
"VoiceXML",
"Nuance"
};
--
To unsubscribe, e-mail: <mailto:jetspeed-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-dev-help@;jakarta.apache.org>