summaryrefslogtreecommitdiff
path: root/src/mod_muc_opt.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run 'make options'Badlop2022-05-041-1/+1
|
* Handle user removal in mod_mucAlexey Shchepin2021-12-141-0/+7
|
* Add oauth_cache_rest_failure_life_time optionPaweł Chmielowski2021-01-271-14/+14
| | | | | This allows to use shorted life time for failures in rest oauth backend than specified in oauth_cache_life_time.
* mod_muc/mod_muc_room: add option limits for password and captcha_whitelist ↵Jing Sun2021-01-211-0/+14
| | | | (#2255)
* 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 ... ```
* Fix opt_type.sh script and re-generate optionsEvgeny Khramtsov2019-07-161-1/+1
|
* Add code for hibernating inactive muc_room processesPaweł Chmielowski2019-07-161-0/+7
|
* Distribute routing of MUC messages accross all CPU coresEvgeny Khramtsov2019-07-051-1/+8
| | | | Also relay as less stanzas as possible through mod_muc workers
* Use new configuration validatorEvgeny Khramtsov2019-06-141-0/+202