Changes made to ProviderManager

Problem: we have to register the namespace with ProviderManager to receive IQs with that namepsace. However, on the server, we don't care about the namespace - that is the applications concern. We just want the IQ.

This has to be done on the client as well as the server. (B) doesn't work client-side.

(C) requires another method in ECMAScript.

Chosen solution: A. Added setDefaultIQProvider to ProviderManager.

© 2006. Some rights reserved. Author: Ian Sollars.