JPMS (coll. “Java 9” or “Jigsaw”) is supported since Babbler 0.8.0. Older versions will not run on JPMS.
Applications compiled for Java 9 and later need to explicitly request access to Babbler modules in
their module-info.java
descriptor file. Babbler's module names are:
requires rocks.xmpp.addr;
requires rocks.xmpp.core;
requires rocks.xmpp.core.client;
requires rocks.xmpp.extensions;
requires rocks.xmpp.extensions.client;
requires rocks.xmpp.debug;
requires rocks.xmpp.fx;
requires rocks.xmpp.websocket;
requires rocks.xmpp.nio;
requires rocks.xmpp.sample;