diff mod_invites_register_web/README.markdown @ 4167:3a03ae9a0882

mod_invites_register_web: Support linking to a web chat after successful registration
author Matthew Wild <mwild1@gmail.com>
date Mon, 05 Oct 2020 16:45:06 +0100
parents ed0c7044b00f
children 4ec755c13e9b
line wrap: on
line diff
--- a/mod_invites_register_web/README.markdown	Thu Oct 01 17:51:32 2020 +0200
+++ b/mod_invites_register_web/README.markdown	Mon Oct 05 16:45:06 2020 +0100
@@ -37,6 +37,10 @@
 There is no specific configuration for this module (though it uses the
 optional `site_name` to override the displayed site name.
 
+You may also set `webchat_url` to the URL of a web chat that will be linked
+to after successful registration. If not specified but mod_conversejs is loaded
+on the current host, it will default to the URL of that module.
+
 This module depends on mod_invites_page solely for the case where an invalid
 invite token is received - it will redirect to mod_invites_page so that an
 appropriate error can be served to the user.