aboutsummaryrefslogtreecommitdiff
path: root/src/mod_mix.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add details about XEP implementations to some protocol attributesBadlop2022-11-071-1/+1
* Fix filter_nodesJonah Brüchert2022-08-171-4/+2
* mod_mix: Return user jid on joinJonah Brüchert2022-08-171-0/+6
* mod_mix, mod_mix_pam: Add new MIX namespaces to disco featuresLinus Jahn2022-08-121-4/+5
* mod_mix, mod_mix_pam: Add handling of IQs with newer MIX namespacesJonah Brüchert2022-08-121-11/+18
* Use specific syntax so modules and top-level will be linksBadlop2021-08-231-3/+3
* With the recent changes it seems mod_mix supports 0.14.1 (#3634)Badlop2021-07-151-1/+1
* mod_mix: Use disco identity conference/mixLinus Jahn2021-06-271-1/+1
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Use old http_uri, crypto and pg2 only with old Erlang/OTP (#3284)Badlop2020-06-011-1/+1
* Copy more option explanations from ejabberd Docs siteBadlop2020-04-081-0/+4
* Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-081-0/+38
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-2/+2
* Don't retain module option on gen_mod supervisorEvgeny Khramtsov2019-08-041-1/+2
* Process unexpected messages uniformlyEvgeny Khramtsov2019-07-121-2/+2
* Avoid routing packets through a single processEvgeny Khramtsov2019-07-061-0/+10
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-221-9/+9
* Get rid of "well-known" typeEvgeny Khramtsov2019-06-151-3/+3
* Use new configuration validatorEvgeny Khramtsov2019-06-141-12/+17
* Avoid badfun in multicast/6Evgeny Khramtsov2018-12-071-1/+2
* Fix wordingEvgeny Khramtsov2018-12-071-1/+1
* Fix submission-id and channel resourceEvgeny Khramtsov2018-12-071-22/+34
* Update MIX code to reflect newest specificationEvgeny Khramtsov2018-12-051-254/+571
* Better detection of duplicated routes/hostsEvgeniy Khramtsov2018-07-081-3/+2
* Remove 'iqdisc' optionEvgeniy Khramtsov2018-02-111-11/+8
* Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-231-5/+9
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Improve code using new xmpp APIEvgeniy Khramtsov2017-12-061-5/+2
* Introduce 'hosts' optionEvgeniy Khramtsov2017-08-081-48/+55
* Introduce 'iqdisc' global optionEvgeniy Khramtsov2017-05-041-1/+1
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-2/+1
* Get rid of p1_sha callsAlexey Shchepin2017-03-141-2/+2
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-2/+2
* Change routing APIEvgeniy Khramtsov2017-02-161-9/+9
* Attach modules to gen_mod's supervisorEvgeniy Khramtsov2017-02-141-14/+3
* Improve modules start/stop proceduresEvgeniy Khramtsov2017-02-141-0/+1
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Cleanup file headersChristophe Romain2016-12-271-6/+22
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-1/+1
|\
| * Switch mix worker to transientChristophe Romain2016-08-011-1/+1
* | Make common tests working againEvgeniy Khramtsov2016-09-131-18/+13
* | Rename #error{} record to #stanza_error{}Evgeniy Khramtsov2016-09-081-1/+1
* | Improve some type specsEvgeniy Khramtsov2016-08-091-0/+4
* | Rewrite mod_mix to use XML generatorEvgeniy Khramtsov2016-07-311-76/+40
|/
* Make modules loading in a dependent order (#1191)Evgeniy Khramtsov2016-07-061-1/+4
* Replace some ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-03-311-2/+3
* Make it possible to get virtual host of a registered routeEvgeniy Khramtsov2016-03-131-1/+1
* Define mod_opt_type/1 callbackEvgeniy Khramtsov2016-03-091-1/+5
* Unregister hooks and iq handlers on terminateEvgeniy Khramtsov2016-03-091-1/+15
* Experimental MIX (XEP-0369) supportEvgeniy Khramtsov2016-03-081-0/+329