3132333435363738
*/ public class SASLStanzaDictionary extends NamespaceHandlerDictionary { public SASLStanzaDictionary() { super(NamespaceURIs.URN_IETF_PARAMS_XML_NS_XMPP_SASL); register(new AuthHandler()); seal(); }