Mercurial > prosody-modules
view mod_default_vcard/README.markdown @ 3677:90f88a643973
mod_bookmarks2: Add new module.
This is the result of hacking during the Stockholm XMPP Sprint, for
compatibility with older clients only doing Private XML XEP-0048. This module
shouldn’t be loaded at the same time as mod_bookmarks, as both implement
Private XML to achieve their conversion.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 28 Sep 2019 14:27:13 +0200 |
parents | 4d73a1a6ba68 |
children |
line wrap: on
line source
--- 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 ----- -------