Software /
code /
prosody
Changeset
13438:0a0dd2505baa
features: Add mod_server_info
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 23 Feb 2024 22:45:42 +0000 |
parents | 13437:1ba323d6f35c |
children | 13439:1e229d710a3c |
files | core/features.lua |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/core/features.lua Fri Feb 23 21:14:14 2024 +0000 +++ b/core/features.lua Fri Feb 23 22:45:42 2024 +0000 @@ -4,6 +4,8 @@ available = set.new{ -- mod_bookmarks bundled "mod_bookmarks"; + -- mod_server_info bundled + "mod_server_info"; -- Roles, module.may and per-session authz "permissions"; -- prosody.* namespace