Entry

Entry is an xml element which contains other elements as properties with values. It is basic element logged by component to audit log.

<entry>
  <whenOccurred>2015-01-15T14:54:04Z</whenOccurred>
  <srcAddress>user1@example.com</srcAddress>
  <dstAddress>user2@example.com</dstAddress>
  ...
</entry>

In above example we have passed:

whenOccurred
property which contains timestamp of this even,
srcAddress
containing source jid of stanza which triggered event,
dstAddress
containing destination jid of stanza which triggered event.