aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmppiceconnection/tst_qxmppiceconnection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reformat codeLinus Jahn2022-09-061-4/+7
|
* Run 'clang-format' on all filesMelvin Keskin2022-01-151-1/+1
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Allow to set multiple STUN serversNiels Ole Salscheider2020-03-161-1/+5
| | | | This way we can for example add a server for IPv4 and one IPv6.
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-1/+2
|
* Port majority of old-style connects (#237)JBB2020-01-201-12/+12
| | | This provides more type safety and is future-proof.
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Replace Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-4/+8
| | | | | | | Q_FOREACH is bad and will be deprecated in the future: https://www.kdab.com/goodbye-q_foreach/ This also disables Q_FOREACH by defining QT_NO_FOREACH.
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Add QXmppIceConnection::gatheringState propertyJeremy Lainé2015-09-031-2/+8
|
* [tests] rename component to componentIdJeremy Lainé2015-08-301-3/+3
|
* ICE: test server-reflexive candidate gatheringJeremy Lainé2015-08-251-0/+67
|
* ICE: make test more tolerant of connexion ordersJeremy Lainé2015-08-251-5/+1
|
* don't send triggered check if one is in progressJeremy Lainé2015-08-241-2/+2
|
* make ICE use actual STUN transactionsJeremy Lainé2015-08-241-2/+9
|
* add a test for QXmppIceConnectionJeremy Lainé2015-08-161-0/+81