Software /
code /
prosody-modules
Changeset
5141:027fb71ad509
Remove reverse dependencies on mod_invites (for plugin installer)
Since mod_invites is included with Prosody 0.12, the same version which
includes the plugin installer, there should be no need to depend on in.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 10 Jan 2023 20:49:17 +0100 |
parents | 5140:ce11c217704a |
children | 5142:410d7c8d210d |
files | mod_invites_adhoc/README.markdown mod_invites_api/README.markdown mod_invites_page/README.markdown mod_invites_register/README.markdown mod_invites_register_web/README.markdown |
diffstat | 5 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_invites_adhoc/README.markdown Tue Jan 10 19:40:22 2023 +0100 +++ b/mod_invites_adhoc/README.markdown Tue Jan 10 20:49:17 2023 +0100 @@ -1,9 +1,6 @@ --- labels: - 'Stage-Beta' -rockspec: - dependencies: - - mod_invites summary: 'Enable ad-hoc command for XMPP clients to create invitations' ...
--- a/mod_invites_api/README.markdown Tue Jan 10 19:40:22 2023 +0100 +++ b/mod_invites_api/README.markdown Tue Jan 10 20:49:17 2023 +0100 @@ -2,9 +2,6 @@ labels: - 'Stage-Beta' summary: 'Authenticated HTTP API to create invites' -rockspec: - dependencies: - - mod_invites ... Introduction
--- a/mod_invites_page/README.markdown Tue Jan 10 19:40:22 2023 +0100 +++ b/mod_invites_page/README.markdown Tue Jan 10 20:49:17 2023 +0100 @@ -4,7 +4,6 @@ summary: 'Generate friendly web page for invitations' rockspec: dependencies: - - mod_invites - mod_register_apps build: copy_directories:
--- a/mod_invites_register/README.markdown Tue Jan 10 19:40:22 2023 +0100 +++ b/mod_invites_register/README.markdown Tue Jan 10 20:49:17 2023 +0100 @@ -2,9 +2,6 @@ labels: - 'Stage-Beta' summary: 'Allow account registration using invite tokens' -rockspec: - dependencies: - - mod_invites ... Introduction
--- a/mod_invites_register_web/README.markdown Tue Jan 10 19:40:22 2023 +0100 +++ b/mod_invites_register_web/README.markdown Tue Jan 10 20:49:17 2023 +0100 @@ -4,7 +4,6 @@ summary: 'Register accounts via the web using invite tokens' rockspec: dependencies: - - mod_invites - mod_invites_page - mod_password_policy - mod_register_apps