mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-10 15:47:30 +01:00
5a976719fb
The mapping between vCard's XML elements and YAML elements of 'vcard' option is straightforward. For example, if you want mod_muc to return the following vCard: ``` <vCard xmlns='vcard-temp'> <FN>Conferences</FN> <ADR> <WORK/> <STREET>Elm Street</STREET> </ADR> </vCard> ``` you need to set the configuration as: ``` modules: ... mod_muc: vcard: fn: Conferences adr: - work: true street: Elm Street ... ``` |
||
---|---|---|
.. | ||
captcha.sh | ||
check_xep_versions.sh | ||
ejabberdctl.bc | ||
extract-tr.sh | ||
hook_deps.sh | ||
jhbtest.pl | ||
opt_types.sh | ||
prepare-tr.sh | ||
update-deps-releases.pl | ||
xml_compress_gen.erl |