Table of Contents
mod_vcard
Allow users to set vCards containing contact information.
Details
mod_vcard implements XEP-0054. Users are not required to fill in a vCard and can supply as much or as little as they like.
Usage
modules_enabled = { -- Other modules "vcard"; -- Enable mod_vcard }
Configuration
| Option | Default | Notes |
|---|---|---|
| vcard_compatibility | false | Enable compatibility with some old versions of ejabberd |
Example
modules_enabled = { -- Other modules "vcard"; -- Enable mod_vcard } vcard_compatibility = false
