Uses of Class
org.jxmpp.JxmppContext.Builder
-
Packages that use JxmppContext.Builder Package Description org.jxmpp JXMPP, a XMPP base library. -
-
Uses of JxmppContext.Builder in org.jxmpp
Methods in org.jxmpp that return JxmppContext.Builder Modifier and Type Method Description static JxmppContext.Builder
JxmppContext. builder()
Construct and retrieve a new builder.JxmppContext.Builder
JxmppContext.Builder. enableCaching()
Enable String, Part and Jid caching.JxmppContext.Builder
JxmppContext.Builder. withXmppStringprep(XmppStringprep xmppStringprep)
Set the used XmppStringprep.
-