aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* explicitly test PLAIN and DIGEST-MD5 in serverJeremy Lainé2012-07-201-3/+10
* improve test server coverageJeremy Lainé2012-07-201-14/+19
* first stab at factoring out server-side SASLJeremy Lainé2012-07-201-2/+5
* add QXmppSaslClient class + testsJeremy Lainé2012-07-191-0/+4
* split QXmppMessage testsJeremy Lainé2012-07-181-141/+4
* improve QXmppPresence coverageJeremy Lainé2012-07-181-118/+4
* make QXmppStreamFeatures string-based to allow pluggable SASLJeremy Lainé2012-07-181-4/+4
* split result-set testsJeremy Lainé2012-07-181-127/+2
* add QXmppRegisterIq as defined by XEP-0077: In-Band RegistrationJeremy Lainé2012-07-181-0/+4
* split dataform testsJeremy Lainé2012-07-181-62/+2
* don't write null form valuesJeremy Lainé2012-07-181-3/+3
* move serializePacket to tests.hJeremy Lainé2012-07-181-22/+0
* rename rtp testsJeremy Lainé2012-07-181-1/+1
* split RTP tests outJeremy Lainé2012-07-181-47/+2
* re-order testsJeremy Lainé2012-07-181-133/+128
* add support for XEP-0221: Data Forms Media ElementJeremy Lainé2012-07-181-0/+36
* Fix and test data form title/instructions XML serialization.Jeremy Lainé2012-07-181-0/+28
* bump version to 0.5.0Jeremy Lainé2012-07-181-1/+1
* update copyright yearJeremy Lainé2012-07-181-1/+1
* add result-set management to QXmppArchiveIqJeremy Lainé2012-07-171-3/+32
* add tests without rsm for archive list/retrieve IQsJeremy Lainé2012-07-171-8/+42
* bump version to 0.4.94Jeremy Lainé2012-07-171-1/+1
* QXmppArchiveRetrieveIq: replace "max" by result set managementJeremy Lainé2012-07-171-1/+1
* bump versionJeremy Lainé2012-07-161-1/+1
* Merge branch 'master' of https://code.google.com/p/qxmppJeremy Lainé2012-07-161-1/+5
|\
| * Fix time computation in QXmppArchiveIqOlivier Goffart2012-07-041-1/+5
* | Ability to use more complex result set management while getting the archive listOlivier Goffart2012-07-161-1/+1
* | Introduce QXmppResultSetQuery/Reply to handle XEP-0059Olivier Goffart2012-07-161-0/+133
|/
* bump version to 0.4.92Jeremy Lainé2012-06-071-1/+1
* bump versionJeremy Lainé2012-05-311-1/+1
* implement/test XEP-0115 verification strings for dataforms (issue: #140)Jeremy Lainé2012-05-141-1/+42
* test QXmppDiscoveryIqJeremy Lainé2012-05-141-0/+20
* bump versionJeremy Lainé2012-04-241-1/+1
* don't expose getImageTypeJeremy Lainé2012-04-201-2/+9
* encapsulate QXmppUtils methods in a QXmppUtils classJeremy Lainé2012-04-201-29/+29
* rename XMLRPC to QXmppRpcMarshallerJeremy Lainé2012-04-201-2/+2
* bump version to 0.4.0Jeremy Lainé2012-04-121-1/+1
* bump versionJeremy Lainé2012-03-231-1/+1
* test archive remove iqJeremy Lainé2012-03-231-0/+18
* bump version to 0.3.92Jeremy Lainé2012-02-201-1/+1
* test old-style XEP-0184Jeremy Lainé2012-02-061-0/+16
* make QXmppMessage carry a receipt ID for XEP-0184Jeremy Lainé2012-02-061-5/+25
* add an attribute to QXmppMessage to carry delivery receipt requestJeremy Lainé2012-02-061-0/+23
* 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-201-0/+17
* add testsJeremy Lainé2011-09-201-0/+5
* add unit tests for MUC presence extensionsJeremy Lainé2011-05-021-0/+30
* add tests for RTP parsing / serializationJeremy Lainé2011-04-231-0/+50
* add tests for theora codecJeremy Lainé2011-04-151-1/+56
* make password checking full asynchronousJeremy Lainé2011-04-071-8/+7