Software /
code /
prosody
File
core/features.lua @ 12834:dcbff9f038a0 0.12
mod_invites: Prefer landing page over xmpp URI in shell command
To mirror behavior of prosodyctl invocation
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 10 Jan 2023 21:10:58 +0100 |
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"; }; };