Software /
code /
prosody-modules
Comparison
mod_block_registrations/README.markdown @ 5422:72f23107beb4
mod_block_registrations: Refresh Compatibility section
Update to use currently supported Prosody versions.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 06 May 2023 17:06:13 +0200 |
parent | 5421:a58ba20b3a71 |
comparison
equal
deleted
inserted
replaced
5421:a58ba20b3a71 | 5422:72f23107beb4 |
---|---|
34 block_registrations_require = "^[a-zA-Z0-9_.-]+$" -- Allow only simple ASCII characters in usernames | 34 block_registrations_require = "^[a-zA-Z0-9_.-]+$" -- Allow only simple ASCII characters in usernames |
35 | 35 |
36 Compatibility | 36 Compatibility |
37 ============= | 37 ============= |
38 | 38 |
39 ----- ------------- | 39 ------ ------- |
40 0.9 Works | 40 0.12 Works |
41 0.8 Should work | 41 0.11 Work |
42 ----- ------------- | 42 ------ ------- |
43 | |
44 |