Package | Description |
---|---|
org.jxmpp |
JXMPP, a XMPP base library.
|
org.jxmpp.jid |
Interfaces and classes for XMPP Addresses (JIDs).
|
org.jxmpp.jid.impl |
JXMPP's implementation of
Jid and it's subtypes. |
org.jxmpp.jid.parts |
Classes representing JID parts (Local-, Resource- and Domainpart).
|
org.jxmpp.jid.util |
Utility classes for JIDs.
|
org.jxmpp.repl |
The JXMPP REPL (Read-eval-print Loop).
|
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.rocksxmppprecis |
XMPP Stringprep done by xmpp.rocks' Precis library.
|
org.jxmpp.stringprep.simple |
A simple, but not complete, implementation of XMPP Stringprep.
|
org.jxmpp.strings.testframework |
A framework to test various XMPP specific string preparation libraries.
|
org.jxmpp.util |
Utility classes.
|
org.jxmpp.util.cache |
Fast and efficient Cache implementations.
|
org.jxmpp.xml.splitter |
Utilities to split XML into single top-level elements.
|