Uses of Interface
org.jxmpp.stringprep.XmppStringprep
Packages that use XmppStringprep
Package
Description
JXMPP, a XMPP base library.
XMPP Stringprep done by ICU4J.
XMPP Stringprep done by libidn.
XMPP Stringprep done by xmpp.rocks' Precis library.
A simple, but not complete, implementation of XMPP Stringprep.
A framework to test various XMPP specific string preparation libraries.
-
Uses of XmppStringprep in org.jxmpp
Fields in org.jxmpp declared as XmppStringprepMethods in org.jxmpp with parameters of type XmppStringprepModifier and TypeMethodDescriptionstatic void
JxmppContext.setDefaultXmppStringprep
(XmppStringprep defaultXmppStringprep) Set the default XmppStringprep interface.JxmppContext.Builder.withXmppStringprep
(XmppStringprep xmppStringprep) Set the used XmppStringprep. -
Uses of XmppStringprep in org.jxmpp.stringprep.icu4j
Classes in org.jxmpp.stringprep.icu4j that implement XmppStringprep -
Uses of XmppStringprep in org.jxmpp.stringprep.libidn
Classes in org.jxmpp.stringprep.libidn that implement XmppStringprepModifier and TypeClassDescriptionclass
XMPP string preparation using libidn. -
Uses of XmppStringprep in org.jxmpp.stringprep.rocksxmppprecis
Classes in org.jxmpp.stringprep.rocksxmppprecis that implement XmppStringprepModifier and TypeClassDescriptionclass
XMPP string preparation using rocks-xmpp-precis. -
Uses of XmppStringprep in org.jxmpp.stringprep.simple
Classes in org.jxmpp.stringprep.simple that implement XmppStringprep -
Uses of XmppStringprep in org.jxmpp.strings.testframework
Fields in org.jxmpp.strings.testframework with type parameters of type XmppStringprepModifier and TypeFieldDescriptionfinal Class
<? extends XmppStringprep> XmppStringPrepper.xmppStringprepClass
Method parameters in org.jxmpp.strings.testframework with type arguments of type XmppStringprepModifier and TypeMethodDescriptionstatic void
KnownFailures.whitelistInvalidJid
(Class<? extends XmppStringprep> xmppStringprepClass, String invalidJid) Whitelist the given invalid JID and the used XMPP String prepper.static void
KnownFailures.whitelistValidJid
(Class<? extends XmppStringprep> xmppStringprepClass, String validJid) Whitelist the given valid JID and the used XMPP String prepper.