Software /
code /
prosody
Comparison
core/features.lua @ 13203:aa6c2692a4be
core.moduleapi: Allow specifying an acceptable range for number options
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 05 Oct 2021 15:36:38 +0200 |
parent | 13201:65fb0d7a2312 |
child | 13204:c9ef35fab0b1 |
comparison
equal
deleted
inserted
replaced
13202:173038306750 | 13203:aa6c2692a4be |
---|---|
16 -- prosody:guest, prosody:registered, prosody:member | 16 -- prosody:guest, prosody:registered, prosody:member |
17 "split-user-roles"; | 17 "split-user-roles"; |
18 | 18 |
19 -- new moduleapi methods | 19 -- new moduleapi methods |
20 "getopt-enum"; | 20 "getopt-enum"; |
21 "getopt-interval"; | |
21 }; | 22 }; |
22 }; | 23 }; |