Software / code / prosody-modules
Diff
mod_default_vcard/README.md @ 6209:d611ed13df7e
Merge
| author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
|---|---|
| date | Tue, 18 Mar 2025 00:16:25 +0700 |
| parent | 1803:4d73a1a6ba68 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_default_vcard/README.md Tue Mar 18 00:16:25 2025 +0700 @@ -0,0 +1,30 @@ +--- +labels: +- 'Stage-Beta' +summary: Automatically populate vcard based on account details +... + +Introduction +============ + +It is possible for the user to supply more than just a username and +password when creating an account using +[mod\_register](https://prosody.im/doc/modules/mod_register). This +module automatically copies over that data to the user's vcard. + +Details +======= + +There is no configuration for this module, just add it to +modules\_enabled as normal. + +Note that running this on a public-facing server that prompts for email +during registration will make the user's email address publicly visible +in their vcard. + +Compatibility +============= + + ----- ------- + 0.9 Works + ----- -------