/var/log/jabber/record.log {
    weekly
    notifempty
    missingok
    # Restarting jabber is bad but it doesn't have a signal for rotate logs
    postrotate
      /sbin/service jabber condrestart >/dev/null
    endscript
}

/var/log/jabber/error.log {
    weekly
    notifempty
    missingok
    # Restarting jabber is bad but it doesn't have a signal for rotate logs
    postrotate
      /sbin/service jabber condrestart >/dev/null
    endscript
}
