summaryrefslogtreecommitdiff
path: root/test/muc_tests.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosKian-Meng Ang2022-01-241-3/+3
|
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
|
* Miscellaneous rebar3 fixesStu Tomlinson2020-09-231-1/+0
| | | | | | | | | Correct Makefile clean targets Fix a few more include() -> include_lib() for depedency includes Use project_app_dirs to reference elixir app from rebar3 (lib_dirs is no longer supported)
* Revert service_subscription_subscribers test that is iconsistent (#2696)Badlop2020-05-111-50/+1
|
* Fix the new service_subscription_subscribers test (#2696)Badlop2020-05-041-3/+3
|
* Fix @from attribute on MucSub 'subscribers' node messagesMarc Tonnes2020-05-041-1/+50
|
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Apply default role after revoking admin affiliation (#3023)Badlop2019-09-171-1/+1
|
* Add tests for 'vcard' optionEvgeny Khramtsov2019-08-061-1/+2
|
* Bump xmpp version and fix revealed bugsEvgeny Khramtsov2019-07-161-2/+2
|
* Use new configuration validatorEvgeny Khramtsov2019-06-141-3/+3
|
* Manually update 2017 copyright dates (#2756)Badlop2019-01-081-1/+1
|
* Third attempt to fix the typo!Badlop2018-08-151-1/+1
|
* Fix typo from commit 0bf93eefcBadlop2018-08-151-1/+1
|
* Try to update tests to handle recent MUC subscriptions change (#2272)Badlop2018-08-131-1/+1
|
* Use p1_rand in the test suiteEvgeniy Khramtsov2018-07-051-18/+18
|
* Let a MUC room to route presences from its bare JIDEvgeniy Khramtsov2018-02-121-25/+45
| | | | | The goal for this is to provide entity capabilities (XEP-0115) and vCard-based avatar hash (XEP-0153)
* Add integration test for set_room_affiliationMarc Philipp2017-07-061-1/+28
|
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-6/+2
| | | | | | | | | | | | | | The changes are very similar to those from previous commit: * Now there is no need to pass validating function in gen_mod:get_opt() and gen_mod:get_module_opt() functions, because the modules' configuration keeps already validated values. * New functions gen_mod:get_opt/2 and gen_mod:get_module_opt/3 are introduced. * Functions gen_mod:get_opt/4 and get_module_opt/5 are deprecated. If the functions are still called, the "function" argument is simply ignored. * Validating callback Mod:listen_opt_type/1 is introduced to validate listening options at startup.
* Add SQL as mod_muc RAM backendEvgeniy Khramtsov2017-03-291-1/+1
|
* Don't call deprecated jid functions from the test suiteEvgeniy Khramtsov2017-03-071-5/+5
|
* Cleanup file headersChristophe Romain2017-01-031-6/+21
|
* Make common tests working againEvgeniy Khramtsov2016-11-181-375/+379
|
* Add more tests for privacy lists and blocking commandEvgeniy Khramtsov2016-10-221-11/+15
|
* Add more MUC testsEvgeniy Khramtsov2016-10-171-0/+1877