Fixed
Details
Assignee
Gaston DombiakGaston DombiakReporter
Gaston DombiakGaston DombiakComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Gaston Dombiak
Gaston DombiakReporter
Gaston Dombiak
Gaston DombiakComponents
Fix versions
Affects versions
Priority
Created June 9, 2005 at 10:16 PM
Updated April 28, 2006 at 4:30 AM
Resolved April 28, 2006 at 4:30 AM
Currently the list of features supported by the server is built when IQDiscoInfoHandler is initialized. We could modify IQRouter#addHandler(IQHandler) and IQRouter#removeHandler(IQHandler) to update the features list. Moreover, IQDiscoInfoHandler could store the list of ServerFeaturesProvider instead of the featues itself. This last modification may let ServerFeaturesProvider turn on/off a feature without having to remove the IQHandler.