Software / code / prosody-modules
File
mod_audit_register/README.md @ 5557:d7667d9ad96a
mod_rest: Include full_jid property on origin
Fixes permission check in disco#info query to your own account, where
the 'to' would have been stripped since it equals the account JID,
leaving mod_disco passing nil, which triggers an error in module:may()
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 18 Jun 2023 22:23:24 +0200 |
| parent | 4932:530d116b7f68 |
line wrap: on
line source
--- summary: Store registration events in the audit log rockspec: dependencies: - mod_audit ... This module stores successful user registrations in the audit log provided by `mod_audit`.