Software /
code /
prosody
File
core/features.lua @ 12555:519e6403f455
mod_mam: Clarify comment (thanks chili-b)
This was slightly inaccurate since 6e1af07921d1 because the conditions
are more complicated now.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 14 Jun 2022 22:03:02 +0200 |
parent | 12252:4bfe658415a0 |
child | 12655:a5a0783e9241 |
child | 13110:d5f322dd424b |
line wrap: on
line source
local set = require "util.set"; return { available = set.new{ -- mod_bookmarks bundled "mod_bookmarks"; }; };