aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* test old-style XEP-0184Jeremy Lainé2012-02-061-0/+16
|
* make QXmppMessage carry a receipt ID for XEP-0184Jeremy Lainé2012-02-062-6/+26
|
* add an attribute to QXmppMessage to carry delivery receipt requestJeremy Lainé2012-02-062-0/+24
|
* rename "tests" to "qxmpp-tests"Jeremy Lainé2012-01-311-1/+1
|
* bump version to 0.3.91Jeremy Lainé2011-09-261-1/+1
|
* add support for XEP-0224: Attention (Fixes issue #109)Jeremy Lainé2011-09-202-0/+18
|
* add testsJeremy Lainé2011-09-201-0/+5
|
* add unit tests for MUC presence extensionsJeremy Lainé2011-05-022-0/+31
|
* add tests for RTP parsing / serializationJeremy Lainé2011-04-232-0/+60
|
* add tests for theora codecJeremy Lainé2011-04-152-2/+67
|
* make password checking full asynchronousJeremy Lainé2011-04-071-8/+7
|
* check incorrect password failsJeremy Lainé2011-03-291-1/+8
|
* improve QXmppPasswordChecker return codesJeremy Lainé2011-03-291-3/+3
|
* refactor SASL authentication to allow server-side password checkers which ↵Jeremy Lainé2011-03-291-10/+3
| | | | natively support MD5
* test QXmppClient/QXmppServer connectionJeremy Lainé2011-03-292-0/+103
|
* QXmppStunMessage::encode expects a QByteArray (fixes issue #102)Jeremy Lainé2011-03-171-7/+7
|
* fix testsManjeet Dahiya2011-03-051-1/+1
|
* fix testsManjeet Dahiya2011-02-051-1/+1
|
* fix test failureManjeet Dahiya2011-01-221-1/+1
|
* check that message body is correctly unescapedJeremy Lainé2011-01-211-2/+2
|
* copyright year updateManjeet Dahiya2011-01-212-2/+2
|
* fix tests with new VCardUpdate typesManjeet Dahiya2010-12-131-3/+3
|
* fix entity time iq testJeremy Lainé2010-11-081-1/+1
|
* add methods for parsing/serialising timezone offsetsJeremy Lainé2010-11-082-0/+16
|
* fix QXmppEntityTimeIq testsJeremy Lainé2010-10-291-1/+1
|
* fix typo in unit testsJeremy Lainé2010-10-191-1/+1
|
* use hex for photoHash instead of base64Manjeet Dahiya2010-10-131-4/+4
|
* encode / decode presence photo hash to / from base64Jeremy Lainé2010-10-111-4/+4
|
* store the capability verification string as a QByteArrayJeremy Lainé2010-10-111-1/+1
|
* not need to re-declare Qt dependenciesJeremy Lainé2010-10-111-1/+1
|
* add unit tests for STUN encoding / decodingJeremy Lainé2010-10-112-0/+110
|
* tests for capabilityManjeet Dahiya2010-10-052-0/+30
|
* make sure examples/tests get rebuilt when QXmpp library changes (only done ↵Jeremy Lainé2010-09-201-0/+1
| | | | for unix systems for now)
* fix linking flags for symbianJeremy Lainé2010-09-171-1/+1
|
* typoManjeet Dahiya2010-09-121-1/+1
|
* test Entity Time IqManjeet Dahiya2010-09-122-0/+41
|
* add tests for publish / subscribe IQsJeremy Lainé2010-09-102-0/+193
|
* define QXMPP_VERSION as a macro returning an integer (like QT_VERSION),Jeremy Lainé2010-09-101-1/+1
| | | | | | | | | so that it is possible to write code such as: #if QXMPP_VERSION >= 0x000300 // we have QXmpp 0.3.0 or later #endif
* explictly test id/from/to/type for version IQsJeremy Lainé2010-09-101-0/+8
|
* add version check testManjeet Dahiya2010-09-082-0/+7
|
* tests for QXmppVersionIqManjeet Dahiya2010-09-072-1/+38
|
* updateManjeet Dahiya2010-09-071-2/+2
|
* Tests for XEP-0153: vCard-Based AvatarsManjeet Dahiya2010-09-042-1/+30
|
* load test files from resources so the tests can be run from any pathJeremy Lainé2010-09-023-2/+14
|
* test MIME type guessingJeremy Lainé2010-09-012-0/+22
|
* add test SVG imageJeremy Lainé2010-09-011-0/+86
|
* add some images for mimetype testingJeremy Lainé2010-09-016-0/+12
|
* fix stream features testJeremy Lainé2010-08-291-10/+10
|
* fix SASL testsJeremy Lainé2010-08-291-4/+5
|
* clean up and test vCard codeJeremy Lainé2010-08-291-0/+5
|