XmppSessionConfiguration.Builder |
XmppSessionConfiguration.Builder.authenticationMechanisms(String... authenticationMechanisms) |
Sets the preferred mechanisms used for this XMPP session.
|
static XmppSessionConfiguration.Builder |
XmppSessionConfiguration.builder() |
Creates a builder for this class.
|
XmppSessionConfiguration.Builder |
XmppSessionConfiguration.Builder.cacheDirectory(Path path) |
|
XmppSessionConfiguration.Builder |
XmppSessionConfiguration.Builder.closeOnShutdown(boolean closeOnShutdown) |
Indicates whether the XMPP session is closed, when the JVM is shut down.
|
XmppSessionConfiguration.Builder |
XmppSessionConfiguration.Builder.debugger(Class<? extends XmppDebugger> xmppDebugger) |
Sets the debugger.
|
XmppSessionConfiguration.Builder |
XmppSessionConfiguration.Builder.defaultResponseTimeout(Duration defaultResponseTimeout) |
Sets the default response timeout for synchronous calls, usually IQ calls.
|
XmppSessionConfiguration.Builder |
XmppSessionConfiguration.Builder.executor(Executor executor) |
Sets the executor, which processes inbound stanzas.
|
XmppSessionConfiguration.Builder |
XmppSessionConfiguration.Builder.extensions(Extension... extensions) |
Adds extensions to the session.
|
XmppSessionConfiguration.Builder |
XmppSessionConfiguration.Builder.initialPresence(Supplier<Presence> presenceSupplier) |
Sets a supplier for initial presence which is sent during login.
|
XmppSessionConfiguration.Builder |
XmppSessionConfiguration.Builder.language(Locale language) |
Sets the preferred or default language for any human-readable XML character data to be sent over the stream.
|
XmppSessionConfiguration.Builder |
XmppSessionConfiguration.Builder.nameServer(String nameServer) |
Sets the name server used for resolving DNS SRV and TXT records during connecting.
|
XmppSessionConfiguration.Builder |
XmppSessionConfiguration.Builder.reconnectionStrategy(ReconnectionStrategy reconnectionStrategy) |
Sets the reconnection strategy, which determined when to reconnect after a disconnection.
|
XmppSessionConfiguration.Builder |
XmppSessionConfiguration.Builder.threadFactory(ThreadFactory threadFactory) |
Sets a custom thread factory.
|