summaryrefslogtreecommitdiff
path: root/test/ejabberd_SUITE.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosKian-Meng Ang2022-01-241-1/+1
|
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
|
* Run tests for mssql only if configured with --enable-mssqlPaweł Chmielowski2020-04-281-16/+6
|
* enable tests with mssql-backend (#3136)ChaosKid422020-04-281-3/+34
|
* Add tests for mod_stun_discoHolger Weiss2020-04-281-0/+1
|
* Make stop_ejabberd test also work without receiving </stream:stream>Paweł Chmielowski2020-04-011-1/+8
|
* Add baisc tests for webadminPaweł Chmielowski2020-03-231-0/+4
|
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Don't attempt to create SQL tables when running testsEvgeny Khramtsov2019-10-281-9/+9
| | | | | | | Instead, only clear existing tables. The commit assumes that the SQL schemas will be loaded manually before running the test suite, see test/README for the examples.
* Add support for XEP-0328: JID PrepHolger Weiss2019-09-121-0/+1
| | | | The mod_jidprep module implements XEP-0328: JID Prep, version 0.1.
* Remove Riak supportEvgeny Khramtsov2019-07-181-54/+1
| | | | | | | | | | Reasons: - Riak DB development is almost halted after Basho - riak-erlang-client is abandoned and doesn't work correctly with OTP22 - Riak is slow in comparison to other databases - Missing key ordering makes it impossible to implement range queries efficiently (e.g. MAM queries)
* Use new configuration validatorEvgeny Khramtsov2019-06-141-44/+29
|
* Put back the presence and s2s tests in the no_db section.Mickael Remond2019-05-071-7/+7
| | | | Tests are skipped anyway. This reverts ecce31830486023b9227c21d323f1cab825c1b47
* s2s test depend on Mnesia configurationMickael Remond2019-05-061-7/+7
|
* Disable offline_from_mam tests on riak since it doesn't support mamPaweł Chmielowski2019-04-291-4/+4
|
* Change a way that tests start ejabberdPaweł Chmielowski2019-01-091-2/+2
|
* Manually update 2017 copyright dates (#2756)Badlop2019-01-081-1/+1
|
* Improve tests for mod_privateEvgeny Khramtsov2018-11-231-30/+3
|
* Fix test case for invalid languageEvgeny Khramtsov2018-11-231-1/+1
|
* Fix compiler warnings regarding test casesHolger Weiss2018-07-111-1/+0
|
* Use p1_rand in the test suiteEvgeniy Khramtsov2018-07-051-7/+7
|
* Get rid of jlib.hrl/jlib.erlEvgeniy Khramtsov2018-06-141-9/+0
|
* Correctly resolve upload.localhost for the test suiteEvgeniy Khramtsov2018-05-171-1/+2
|
* Add tests for mod_http_uploadEvgeniy Khramtsov2018-05-171-1/+2
|
* New schema support for tests. (#2355)a-iv2018-04-121-2/+14
|
* Print something when doing tests in travis, as not doing that get us killedPaweł Chmielowski2018-01-311-0/+1
|
* Adopt tests to changes in xmppPaweł Chmielowski2018-01-251-4/+4
|
* Update expected error type in testPaweł Chmielowski2017-12-211-1/+1
|
* Adapt test to changed errorPaweł Chmielowski2017-11-271-1/+1
|
* Fix a test related to mod_capsEvgeniy Khramtsov2017-11-101-2/+2
|
* Add SQL support for mod_pushEvgeniy Khramtsov2017-10-261-1/+3
|
* Fix tests for 8679cfd2fChristophe Romain2017-08-071-4/+4
|
* Support XEP-0357: Push NotificationsHolger Weiss2017-07-201-1/+3
| | | | Closes #1379.
* Add Riak as mod_carboncopy RAM backendEvgeniy Khramtsov2017-04-151-1/+3
|
* Disable mix testsChristophe Romain2017-04-041-4/+0
|
* Add SQL as mod_carboncopy RAM backendEvgeniy Khramtsov2017-03-301-2/+2
|
* Don't call deprecated jid functions from the test suiteEvgeniy Khramtsov2017-03-071-1/+1
|
* Best Practices for Use of SASL EXTERNAL with Certificates (XEP-0178) supportEvgeniy Khramtsov2017-03-071-1/+44
| | | | | | | | | It is now possible for client connections to login using PKIX certificates. This is disabled by default, to enable it: - either set 'tls_verify: true' and 'cafile: /path/to/CAfile' in the corresponding listener's section - or set equivalent per-vhost options 'c2s_tls_verify' and 'c2s_cafile'
* Test stream management queue overloadEvgeniy Khramtsov2017-02-211-0/+1
|
* Change routing APIEvgeniy Khramtsov2017-02-161-1/+2
| | | | | | | | | | | Now 'From' and 'To' arguments must be omitted in functions and structures related to routing. The commit deprecates the following functions: ejabberd_router:route/3 in favor of ejabberd_router:route/1 ejabberd_router:route_error/4 in favor of ejabberd_router:route_error/2 ejabberd_local:route_iq/4 in favor of ejabberd_local:route_iq/2 ejabberd_local:route_iq/5 in favor of ejabberd_local:route_iq/3 The format of {route, From, To, Packet} is changed in favor of {route, Packet}
* Make test suite working againEvgeniy Khramtsov2017-01-231-29/+44
|
* Cleanup file headersChristophe Romain2017-01-031-6/+22
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Make common tests working againEvgeniy Khramtsov2016-11-181-1997/+62
|
* Add more tests for offline storageEvgeniy Khramtsov2016-11-081-161/+35
|
* Add roster testsEvgeniy Khramtsov2016-11-071-195/+29
|
* Add more tests for privacy lists and blocking commandEvgeniy Khramtsov2016-10-221-404/+437
|
* Add more MUC testsEvgeniy Khramtsov2016-10-171-382/+199
|
* Add xdata generator and make some code using itEvgeniy Khramtsov2016-10-071-128/+760
|
* Text legacy IQ handler supportEvgeniy Khramtsov2016-09-251-0/+9
|