Software /
code /
prosody
File
core/features.lua @ 13513:2fb79fe54390 0.12
core.moduleapi: Default labels to empty list to fix error if omitted
In a host-scoped module in the `if is_scoped` clause the resulting
`array:append(nil)` call throws.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 18 Aug 2024 16:58:30 +0200 |
parent | 13110:d5f322dd424b |
child | 13111:8576f94ac90a |
line wrap: on
line source
local set = require "util.set"; return { available = set.new{ -- mod_bookmarks bundled "mod_bookmarks"; "s2sout-pre-connect-event"; }; };