Using AuditLog component under different component name than audit-log

To do that you need to define AuditLog component with a different name, ie. auditLog.

'auditLog' (class: tigase.auditlog.AuditLogComponent) {}

Then inform AuditLog processor of name of AuditLog component. Entry similar to one below will need to be added to etc/init.properties file:

'sess-man' () {
    'audit-log' () {
        'component-jid' = 'auditLog@example.com'
    }
}

Note

In above example it is assumed that your server hostname is example.com. You will need to replace example.com with the real hostname of your server.