A
C
E
G
H
I
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.
- 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).
- 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.
- 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.
- setUsername(java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClientConfiguration
- Sets the username to use to authenticate to the XMPP server.
- SimpleRetryTask - class in org.jitsi.retry
- Simple implementation of getCallable which stores callable method in the constructor.
- stop() - function in org.jitsi.xmpp.mucclient.MucClientManager
- Stops and removed all MucClients.