org.jivesoftware.openfire.audit |
Service that records XMPP traffic.
|
Java Source File Name | Type | Comment |
AuditEvent.java | Class | Defines the known event types used with audits on arbitrary
data/events. |
AuditManager.java | Interface | Manages and directs server message auditing behavior. |
Auditor.java | Interface | Use auditors to audit events and messages on the server.
All events and messages are sent to the auditor for recording. |
AuditStreamIDFactory.java | Class | Factory for producing audit stream IDs. |
SessionEvent.java | Class | Events that occur during the session life cycle are repreented
by SessionEvents. |