Software / code / prosody
Comparison
core/features.lua @ 13425:3cebb30e7503
features: Add module-ready (for commit e20949a10118)
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 22 Feb 2024 09:53:48 +0000 |
| parent | 13211:4d4f9e42bcf8 |
| child | 13438:0a0dd2505baa |
comparison
equal
deleted
inserted
replaced
| 13424:0efb53a0852e | 13425:3cebb30e7503 |
|---|---|
| 19 -- new moduleapi methods | 19 -- new moduleapi methods |
| 20 "getopt-enum"; | 20 "getopt-enum"; |
| 21 "getopt-interval"; | 21 "getopt-interval"; |
| 22 "getopt-period"; | 22 "getopt-period"; |
| 23 "getopt-integer"; | 23 "getopt-integer"; |
| 24 | |
| 25 -- new module.ready() | |
| 26 "module-ready"; | |
| 24 }; | 27 }; |
| 25 }; | 28 }; |