Software /
code /
prosody-modules
Comparison
mod_audit_register/README.md @ 4932:530d116b7f68
mod_audit*: modules for audit logging in prosody
These are to be seen as proof-of-concept for now.
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Tue, 26 Apr 2022 22:32:44 +0200 |
comparison
equal
deleted
inserted
replaced
4931:f4a9e804c457 | 4932:530d116b7f68 |
---|---|
1 --- | |
2 summary: Store registration events in the audit log | |
3 rockspec: | |
4 dependencies: | |
5 - mod_audit | |
6 ... | |
7 | |
8 This module stores successful user registrations in the audit log provided by | |
9 `mod_audit`. |