aboutsummaryrefslogtreecommitdiff
path: root/src/mod_http_upload_opt.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce 'vcard' option for the modules supporting vCardsEvgeny Khramtsov2019-08-021-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 ... ```
* Warn about 'service_url' option during config transformationEvgeny Khramtsov2019-06-141-1/+1
|
* Use new configuration validatorEvgeny Khramtsov2019-06-141-0/+125