A
B
C
E
F
G
H
I
J
L
M
O
P
R
S
T
V
W
R
- reconnecting(org.jitsi.xmpp.mucclient.MucClient) - function in org.jitsi.xmpp.mucclient.ConnectionStateListener
- reconnecting(org.jitsi.xmpp.mucclient.MucClient) - function in org.jitsi.xmpp.mucclient.MucClientManager
- reconnectionFailed(org.jitsi.xmpp.mucclient.MucClient) - function in org.jitsi.xmpp.mucclient.ConnectionStateListener
- reconnectionFailed(org.jitsi.xmpp.mucclient.MucClient) - function in org.jitsi.xmpp.mucclient.MucClientManager
- registerIQ(java.lang.String,java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClientManager
- registerIQ(java.lang.String,java.lang.String,boolean) - function in org.jitsi.xmpp.mucclient.MucClientManager
- Indicates to this instance that the registered IQ listener is interested in IQs with a specific element name and namespace.
- registerIQ(org.jivesoftware.smack.packet.IQ) - function in org.jitsi.xmpp.mucclient.MucClientManager
- registerIQ(org.jivesoftware.smack.packet.IQ,boolean) - function in org.jitsi.xmpp.mucclient.MucClientManager
- Indicates to this instance that the registered IQ listener is interested in IQs with a specific child element name and namespace, represented in an IQ.
- removeConnectionStateListener(org.jitsi.xmpp.mucclient.ConnectionStateListener) - function in org.jitsi.xmpp.mucclient.MucClientManager
- removeMucClient(java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClientManager
- Stops and removes a MucClient identified by its ID.
- removePresenceExtension(java.lang.String,java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClient
- Removes from our presence any extensions with the given
elementNameandnamespace. - removePresenceExtension(java.lang.String,java.lang.String) - function in org.jitsi.xmpp.mucclient.MucClientManager
- Removes an ExtensionElement with a particular element name and namespace from the presence of all our MucClients.
- removeRequiredArgument(java.lang.String) - function in org.jitsi.cmd.CmdLine
- Removes given argument name from the list of required arguments.
- Result - class in org.jitsi.health
- RetryStrategy - class in org.jitsi.retry
- A retry strategy for doing some job.
- RetryTask - class in org.jitsi.retry
- Class describes a retry task executed by RetryStrategy.
- run() - function in org.jitsi.health.HealthChecker
- Performs a health check and updates this instance's state.
- runRetryingTask(org.jitsi.retry.RetryTask) - function in org.jitsi.retry.RetryStrategy
- Start given RetryTask that will be executed for the first time after getInitialDelay.