De : David Sean Taylor [mailto:david@;bluesunrise.com] > > From: Luta, Raphael (VUN) [mailto:Raphael.Luta@;groupvu.Com] > > > > 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" > }; >
Yes that's the plan, but I'd like to have a better description of what are these cleints and what are their capabilities, hence my request for help... -- To unsubscribe, e-mail: <mailto:jetspeed-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jetspeed-dev-help@;jakarta.apache.org>
