# HG changeset patch # User Kim Alvefur # Date 1648655561 -7200 # Node ID b45c23ce24bae21b8f4a440db9794719c8fdf95a # Parent a8e9949a6ad2e52f446fa3776c1c9c3fa4904f23 mod_register_web: Include HTML templates in rock (thanks unbunt) Makes the module usable with the new plugin installer in Prosody 0.12 diff -r a8e9949a6ad2 -r b45c23ce24ba mod_register_web/README.markdown --- a/mod_register_web/README.markdown Thu Mar 24 14:56:30 2022 +0100 +++ b/mod_register_web/README.markdown Wed Mar 30 17:52:41 2022 +0200 @@ -2,6 +2,10 @@ labels: - 'Stage-Alpha' summary: A web interface to register user accounts +rockspec: + build: + copy_directories: + - templates ... Introduction