public interface Auditor
Use auditors to audit events and messages on the server.
All events and messages are sent to the auditor for recording. The auditor will determine if auditing should take place, and what to do with the data.
Modifier and Type | Method and Description |
---|---|
void |
audit(org.xmpp.packet.Packet packet,
Session session)
Audit an XMPP packet.
|
int |
getQueuedPacketsNumber()
Returns the number of queued packets that are still in memory and need to be saved to a
permanent store.
|
void |
stop()
Prepares the auditor for system shutdown.
|
void audit(org.xmpp.packet.Packet packet, Session session)
packet
- the packet being auditedsession
- the session used for sending or receiving the packetvoid stop()
int getQueuedPacketsNumber()
Copyright © 2003-2008 Jive Software.