| Package | Description |
|---|---|
| org.jivesoftware.openfire.audit |
Service that records XMPP traffics.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionEvent |
SessionEvent.createAuthFailureEvent(Session session,
String user,
String resource)
Create an event associated with the failure of a session to authenticate.
|
static SessionEvent |
SessionEvent.createAuthSuccessEvent(Session session)
Create an event associated with a successful authentication.
|
static SessionEvent |
SessionEvent.createConnectEvent(Session session)
Create an event associated with the initial connection
of a session before the stream is created.
|
static SessionEvent |
SessionEvent.createDisconnectEvent(Session session)
Create an event associated with the closing of a session.
|
static SessionEvent |
SessionEvent.createStreamEvent(Session session)
Create an event associated with the establishment of an XMPP session.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.