Software / code / prosody
Comparison
core/features.lua @ 13204:c9ef35fab0b1
core.moduleapi: Add :get_option_period for parsing time intervals
E.g. for use in mod_mam and others that take an amount of time before
some (usually cleanup) action is taken.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 16 Jul 2023 19:49:12 +0200 |
| parent | 13203:aa6c2692a4be |
| child | 13211:4d4f9e42bcf8 |
comparison
equal
deleted
inserted
replaced
| 13203:aa6c2692a4be | 13204:c9ef35fab0b1 |
|---|---|
| 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 "getopt-interval"; |
| 22 "getopt-period"; | |
| 22 }; | 23 }; |
| 23 }; | 24 }; |