29303132333435
* @author The Apache MINA Project (dev@mina.apache.org) */ public class RosterDictionary extends NamespaceHandlerDictionary { public RosterDictionary() { super(NamespaceURIs.JABBER_IQ_ROSTER, new RosterIQHandler()); }