Mercurial > prosody-hg
view core/features.lua @ 12295:e22afa09ebf2
prosody: Run shutdown procedure in async thread
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 01 Jan 2019 16:43:49 +0100 |
| parents | 4bfe658415a0 |
| children | a5a0783e9241 d5f322dd424b |
line wrap: on
line source
local set = require "util.set"; return { available = set.new{ -- mod_bookmarks bundled "mod_bookmarks"; }; };
