mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
moduleapi: Add enum config option method
For when a setting has a few fixed values it can take
This commit is contained in:
parent
5b7a569fe0
commit
c4abd68e92
4 changed files with 17 additions and 0 deletions
4
CHANGES
4
CHANGES
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue