* @author The Apache MINA Project (dev@mina.apache.org)
*/
public class ServiceDiscoveryInfoDictionary extends NamespaceHandlerDictionary {
public ServiceDiscoveryInfoDictionary() {
super(NamespaceURIs.XEP0030_SERVICE_DISCOVERY_INFO, new DiscoInfoIQHandler());
}