Software /
code /
prosody-modules
Comparison
mod_muc_moderation/README.md @ 6013:31ea29adb894
mod_muc_moderation: update Readme Compability
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 11:48:31 +0200 |
parent | 6003:fe081789f7b5 |
child | 6156:bcad6baa4fc3 |
comparison
equal
deleted
inserted
replaced
6012:0206d32c56b7 | 6013:31ea29adb894 |
---|---|
1 --- | 1 --- |
2 labels: | |
3 - Stage-Beta | |
2 summary: Let moderators remove spam and abuse messages | 4 summary: Let moderators remove spam and abuse messages |
3 --- | 5 --- |
4 | 6 |
5 # Introduction | 7 # Introduction |
6 | 8 |
23 } | 25 } |
24 ``` | 26 ``` |
25 | 27 |
26 # Compatibility | 28 # Compatibility |
27 | 29 |
28 - Basic functionality with Prosody 0.11.x and later | 30 ------- --------------- |
29 - Full functionality with Prosody 0.12.x and `internal` or `sql` | 31 trunk Works^[as of 2024-10-22] |
30 storage^[Replacing moderated messages with tombstones requires new storage API methods.] | 32 0.12 Works |
31 - Works with [mod_storage_xmlarchive] | 33 ------- --------------- |
32 | 34 |
33 ## Clients | 35 ## Clients |
34 | 36 |
35 - [Converse.js](https://conversejs.org/) | 37 - [Converse.js](https://conversejs.org/) |
36 - [Gajim](https://dev.gajim.org/gajim/gajim/-/issues/10107) | 38 - [Gajim](https://dev.gajim.org/gajim/gajim/-/issues/10107) |
37 - [clix](https://code.zash.se/clix/rev/6c1953fbe0fa) | 39 - [clix](https://code.zash.se/clix/rev/6c1953fbe0fa) |
40 - [Cheogram](https://cheogram.com/) | |
38 | 41 |
39 ### Feature requests | 42 ### Feature requests |
40 | 43 |
41 - [Conversations](https://codeberg.org/iNPUTmice/Conversations/issues/20) | 44 - [Conversations](https://codeberg.org/iNPUTmice/Conversations/issues/20) |
42 - [Dino](https://github.com/dino/dino/issues/1133) | 45 - [Dino](https://github.com/dino/dino/issues/1133) |