Package org.jxmpp
Class JxmppContext
java.lang.Object
org.jxmpp.JxmppContext
A context with describes the configuration used by JXMPP.
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JxmppContext.Builder
builder()
Construct and retrieve a new builder.static JxmppContext
Get the default context.boolean
Returns true if String, Part and Jid caching is enabled.static void
setDefaultXmppStringprep
(XmppStringprep defaultXmppStringprep) Set the default XmppStringprep interface.
-
Field Details
-
xmppStringprep
-
-
Method Details
-
getDefaultContext
Get the default context.- Returns:
- the default context.
-
setDefaultXmppStringprep
Set the default XmppStringprep interface.- Parameters:
defaultXmppStringprep
- the default XmppStringprep interface.
-
isCachingEnabled
Returns true if String, Part and Jid caching is enabled.- Returns:
- true if caching is enabled.
-
builder
Construct and retrieve a new builder.- Returns:
- a new builder.
-