Software /
code /
prosody-modules
Comparison
mod_audit/README.md @ 6200:0781470db737
mod_audit: Document Prosody version requirement (currently trunk)
Closes #1890
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 11 Feb 2025 21:20:09 +0100 |
parent | 5769:561503e0c0f1 |
comparison
equal
deleted
inserted
replaced
6199:fe8222112cf4 | 6200:0781470db737 |
---|---|
47 To narrow results to a specific user, specify their JID: | 47 To narrow results to a specific user, specify their JID: |
48 | 48 |
49 ```shell | 49 ```shell |
50 prosodyctl mod_audit user@example.com | 50 prosodyctl mod_audit user@example.com |
51 ``` | 51 ``` |
52 | |
53 # Compatibilty | |
54 | |
55 Requires Prosody **trunk** as of 2025-02-11. | |
56 | |
57 Does not work with Prosody 0.12 or earlier. |