Software /
code /
prosody
File
core/features.lua @ 13291:24070d47a6e7 0.12
core.certmanager: Validate that 'tls_profile' is one of the valid values
A typo should not result in ending up with "legacy"
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 27 Oct 2023 19:03:59 +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"; }; };