# HG changeset patch # User Kim Alvefur # Date 1673380157 -3600 # Node ID 027fb71ad50922e8b382274e75d270a4bd674324 # Parent ce11c217704a49e6e0ad8943a3e075f9bc2633be 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. diff -r ce11c217704a -r 027fb71ad509 mod_invites_adhoc/README.markdown --- 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' ... diff -r ce11c217704a -r 027fb71ad509 mod_invites_api/README.markdown --- 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 diff -r ce11c217704a -r 027fb71ad509 mod_invites_page/README.markdown --- 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: diff -r ce11c217704a -r 027fb71ad509 mod_invites_register/README.markdown --- 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 diff -r ce11c217704a -r 027fb71ad509 mod_invites_register_web/README.markdown --- 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