Package | Description |
---|---|
org.jxmpp.stringprep |
API to transform (prepare) Strings and CharSequences for use in XMPP.
|
org.jxmpp.stringprep.icu4j |
XMPP Stringprep done by ICU4J.
|
org.jxmpp.stringprep.libidn |
XMPP Stringprep done by libidn.
|
org.jxmpp.stringprep.simple |
A simple, but not complete, implementation of XMPP Stringprep.
|
Modifier and Type | Method and Description |
---|---|
static void |
XmppStringPrepUtil.setXmppStringprep(XmppStringprep xmppStringprep)
Set the XMPP Stringprep implementation to use.
|
Modifier and Type | Class and Description |
---|---|
class |
Icu4jXmppStringprep |
Modifier and Type | Class and Description |
---|---|
class |
LibIdnXmppStringprep |
Modifier and Type | Class and Description |
---|---|
class |
SimpleXmppStringprep |