aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* start splitting testsJeremy Lainé2012-09-271-966/+0
|
* don't test stream initiation if QXMPP_AUTOTEST_INTERNAL is falseJeremy Lainé2012-09-121-0/+2
|
* add stream initiation testsJeremy Lainé2012-09-111-0/+4
|
* bump version to 0.7.3Jeremy Lainé2012-09-071-1/+1
|
* bump version to 0.7.2Jeremy Lainé2012-09-061-1/+1
|
* bump version to 0.7.1Jeremy Lainé2012-09-031-1/+1
|
* bump version to 0.7.0Jeremy Lainé2012-09-031-1/+1
|
* add QXmppExtendedAddressJeremy Lainé2012-09-031-0/+4
|
* split vCard tests to their own fileJeremy Lainé2012-08-031-39/+4
|
* bump versionJeremy Lainé2012-07-241-1/+1
|
* start testing QXmppRosterIqJeremy Lainé2012-07-221-0/+4
|
* split out RPC and STUN testsJeremy Lainé2012-07-211-280/+2
|
* add tests for QXmppIqJeremy Lainé2012-07-211-0/+4
|
* deprecate QXmppPresence::StatusJeremy Lainé2012-07-211-0/+3
|
* bump version, make internal auto-tests optionalJeremy Lainé2012-07-211-3/+3
|
* split out jingle testsJeremy Lainé2012-07-211-113/+1
|
* bump versionJeremy Lainé2012-07-201-1/+1
|
* disable private API tests on win32Jeremy Lainé2012-07-201-0/+4
|
* hide QXmppCodecJeremy Lainé2012-07-201-33/+1
|
* bump version to 0.6.0Jeremy Lainé2012-07-201-1/+1
|
* bump versionJeremy Lainé2012-07-201-1/+1
|
* fixJeremy Lainé2012-07-201-0/+3
|
* hide QXmppSaslDigestMd5Jeremy Lainé2012-07-201-20/+0
|
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In message archive, the secs attribute is the time ellapsed since the last message, not the time passed since the beginning of the collection. Quoting the XEP-0136 §4.6 The time in whole seconds of the message relative to the previous message in the collection (or, for the first message, relative to the start of the collection) SHOULD be specified with a 'secs' attribute. (This behaviour was changed in the revision 0.7 of the JEP-0136) Signed-off-by: Jeremy Lainé <jeremy.laine@m4x.org>
* | Ability to use more complex result set management while getting the archive listOlivier Goffart2012-07-161-1/+1
| |