diff options
author | Kim Alvefur <zash@zash.se> | 2021-01-16 20:40:14 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-01-16 20:40:14 +0100 |
commit | c4abd68e92a258750177f25dca38525fe3133063 (patch) | |
tree | 66bca82b3f98fd03feb4fd2c7b7611e46a0445c3 /CHANGES | |
parent | 5b7a569fe072fbae5dd1f951fdad3a5c7d273e36 (diff) | |
download | prosody-c4abd68e92a258750177f25dca38525fe3133063.tar.gz prosody-c4abd68e92a258750177f25dca38525fe3133063.zip |
moduleapi: Add enum config option method
For when a setting has a few fixed values it can take
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -38,6 +38,10 @@ TRUNK - Performance improvements in internal archive stores - Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI +### Module API + +- Config interface API can require that string values be picked from a provided set + ## Changes - Support sub-second precision timestamps |