| Package | Description |
|---|---|
| org.jivesoftware.openfire.server |
Classes used for server-to-server communication.
|
| Modifier and Type | Method and Description |
|---|---|
static RemoteServerConfiguration |
RemoteServerManager.getConfiguration(String domain)
Returns the configuration for a remote server or
null if none was found. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<RemoteServerConfiguration> |
RemoteServerManager.getAllowedServers()
Returns the list of registered remote servers that are allowed to connect to/from this
server when using a whitelist policy.
|
static Collection<RemoteServerConfiguration> |
RemoteServerManager.getBlockedServers()
Returns the list of remote servers that are NOT allowed to connect to/from this
server.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RemoteServerManager.allowAccess(RemoteServerConfiguration configuration)
Allows a remote server to connect to the local server with the specified configuration.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.