| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.net | |
| org.jivesoftware.openfire.sasl |
Provides classes for SASL.
|
| org.jivesoftware.openfire.server |
Classes used for server-to-server communication.
|
| org.jivesoftware.openfire.session |
| Modifier and Type | Method and Description |
|---|---|
LocalIncomingServerSession |
SessionManager.createIncomingServerSession(Connection conn,
StreamID id,
String fromDomain)
Creates a session for a remote server.
|
LocalIncomingServerSession |
SessionManager.getIncomingServerSession(StreamID streamID)
Returns the incoming server session hosted by this JVM that matches the specified stream ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionManager.registerIncomingServerSession(String hostname,
LocalIncomingServerSession session)
Registers that a server session originated by a remote server is hosting a given hostname.
|
| Modifier and Type | Method and Description |
|---|---|
static org.dom4j.Element |
SASLAuthentication.getSASLMechanismsElement(LocalIncomingServerSession session) |
| Constructor and Description |
|---|
ExternalServerSaslServer(LocalIncomingServerSession session) |
| Modifier and Type | Method and Description |
|---|---|
LocalIncomingServerSession |
ServerDialback.createIncomingSession(XMPPPacketReader reader)
Returns a new
IncomingServerSession with a domain validated by the Authoritative
Server. |
| Modifier and Type | Method and Description |
|---|---|
static LocalIncomingServerSession |
LocalIncomingServerSession.createSession(String serverName,
XMPPPacketReader reader,
SocketConnection connection,
boolean directTLS)
Creates a new session that will receive packets.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.