summaryrefslogtreecommitdiff
path: root/src/mod_multicast_opt.erl (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-02Introduce 'vcard' option for the modules supporting vCardsEvgeny Khramtsov1-0/+7
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 ... ```
2019-06-14Use new configuration validatorEvgeny Khramtsov1-0/+41