A
B
C
E
F
G
H
I
J
L
M
O
P
R
S
T
V
W
S
- sendStanza(org.jivesoftware.smack.packet.Stanza) - function in org.jitsi.xmpp.mucclient.MucClient
- Send an xmpp stanza on the xmpp connection
- setCancelled(boolean) - function in org.jitsi.retry.RetryTask
- Method is called by RetryStrategy when it gets cancelled.
- setCancelled(boolean) - function in org.jitsi.retry.RetryTask
- Method is called by RetryStrategy when it gets cancelled.
- setDisableCertificateVerification(boolean) - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
- Sets whether TLS certificate verification should be disabled.
- setDomain(java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
- Sets the XMPP domain.
- setHostname(java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
- Sets the hostname (i.e.
- setInterval(java.time.Duration) - function in org.jitsi.health.HealthChecker
- The interval at which health checks will be performed.
- setIqHandlerMode(java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
- Sets string which represents the mode (sync or async) to use for the smack IQ request handler.
- setIQListener(org.jitsi.xmpp.mucclient.IQListener) - function in org.jitsi.xmpp.mucclient.MucClientManager
- Sets the IQ listener which will be called when an IQ of a registered type is received (see registerIQ).
- setMaxCheckDuration(java.time.Duration) - function in org.jitsi.health.HealthChecker
- The maximum duration that a call to {@link #performCheck()} is allowed to take.
- setMucJids(java.util.List) - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
- Sets the list of JIDs of the MUCs to join.
- setMucNickname(java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
- Sets the nickname to use when joining the MUCs.
- setPassword(java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
- Sets the password to use to authenticate to the XMPP server.
- setPeriod(java.lang.Long) - function in org.jitsi.utils.concurrent.PeriodicRunnable
- setPort(java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
- Sets the XMPP server's port.
- setPresenceExtension(org.jivesoftware.smack.packet.ExtensionElement) - function in org.jitsi.xmpp.mucclient.MucClient
- Adds an extension to our presence in the MUC.
- setPresenceExtension(org.jivesoftware.smack.packet.ExtensionElement) - function in org.jitsi.xmpp.mucclient.MucClientManager
- Adds an ExtensionElement to the presence of all our MucClients, and removes any other extensions with the same element name and namespace, if any exist.
- setPresenceExtensions(java.util.Collection) - function in org.jitsi.xmpp.mucclient.MucClient
- Adds a set of extension to our presence in the MUC.
- setProperty(java.lang.String,java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
- Sets a property.
- setRetryAfterException(boolean) - function in org.jitsi.retry.RetryTask
- Should we continue retries after the callable throws unexpected exception ?
- setRetryAfterException(boolean) - function in org.jitsi.retry.RetryTask
- Should we continue retries after the callable throws unexpected exception ?
- setSecurityMode(org.jivesoftware.smack.ConnectionConfiguration.SecurityMode) - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
- Sets the security mode ("required", "ifpossible", or "disabled") for the Smack XMPP connection, or null for the default behavior.
- setStackTrace(kotlin.Array) - function in java.lang.Throwable
- setStickyFailures(java.lang.Boolean) - function in org.jitsi.health.HealthChecker
- If set, a single health check failure after the initial {@link #STICKY_FAILURES_GRACE_PERIOD} will be result in the service being permanently unhealthy.
- setStickyFailuresGracePeriod(java.time.Duration) - function in org.jitsi.health.HealthChecker
- Failures in this period (since the start of the service) are not sticky.
- setTimeout(java.time.Duration) - function in org.jitsi.health.HealthChecker
- If no health checks have been performed in the last {@code timeout} period, the service is considered unhealthy.
- setUsername(java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
- Sets the username to use to authenticate to the XMPP server.
- ShutdownService - class in org.jitsi.meet
- Abstracts the shutdown-related procedures of the application.
- ShutdownServiceImpl - class in org.jitsi.shutdown
- SimpleRetryTask - class in org.jitsi.retry
- Simple implementation of getCallable which stores callable method in the constructor.
- start() - function in org.jitsi.health.HealthChecker
- stop() - function in org.jitsi.health.HealthChecker
- stop() - function in org.jitsi.xmpp.mucclient.MucClientManager
- Stops and removed all MucClients.