Mercurial > prosody-hg
view core/features.lua @ 12695:6aaa604fdfd5
util.crypto: Add Teal type specification
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 30 Jun 2022 15:38:22 +0200 |
| parents | a5a0783e9241 |
| children | d32926897ca4 |
line wrap: on
line source
local set = require "util.set"; return { available = set.new{ -- mod_bookmarks bundled "mod_bookmarks"; -- Roles, module.may and per-session authz "permissions"; }; };
