bitletorg / weupnp

A tiny UPnP (Universal Plug and Play) client library written in Java
http://bitletorg.github.io/weupnp
100 stars 36 forks source link

Technicolor TC8305C support #8

Closed pmarches closed 10 years ago

pmarches commented 10 years ago

Comcast has "upgraded" my Xfinity cable modem/router to a Technicolor TC8305C which does not work with weupnp if the XML elements are not in a certain expected order. I simply changed HashMap to LinkedHashMap to preserve order of XML elements.

Thanks for weupnp!

abahgat commented 10 years ago

Thanks Philippe, I am sure that will help with other devices too, if they validate XML that strictly.