Mercurial > prosody-modules
view mod_register_web/templates/success.html @ 4960:59bedf167910
mod_muc_ping: Remove since Prosody mod_muc 0.11+ covers this natively
See trunk rev 7c1cdf5f9f83 and trunk rev 224e681c4db2
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 13 Jun 2022 14:25:39 +0200 |
parents | 6015434f0e05 |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Registration succeeded!</title> </head> <body> <h1>Registration succeeded!</h1> <p>Your account is</p> <pre>{jid}</pre> <p>- happy chatting!</p> </body> </html>