| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | explicitly test PLAIN and DIGEST-MD5 in server | Jeremy Lainé | 2012-07-20 | 1 | -3/+10 |
| | | |||||
| * | improve test server coverage | Jeremy Lainé | 2012-07-20 | 1 | -14/+19 |
| | | |||||
| * | first stab at factoring out server-side SASL | Jeremy Lainé | 2012-07-20 | 1 | -2/+5 |
| | | |||||
| * | add QXmppSaslClient class + tests | Jeremy Lainé | 2012-07-19 | 1 | -0/+4 |
| | | |||||
| * | split QXmppMessage tests | Jeremy Lainé | 2012-07-18 | 1 | -141/+4 |
| | | |||||
| * | improve QXmppPresence coverage | Jeremy Lainé | 2012-07-18 | 1 | -118/+4 |
| | | |||||
| * | make QXmppStreamFeatures string-based to allow pluggable SASL | Jeremy Lainé | 2012-07-18 | 1 | -4/+4 |
| | | |||||
| * | split result-set tests | Jeremy Lainé | 2012-07-18 | 1 | -127/+2 |
| | | |||||
| * | add QXmppRegisterIq as defined by XEP-0077: In-Band Registration | Jeremy Lainé | 2012-07-18 | 1 | -0/+4 |
| | | |||||
| * | split dataform tests | Jeremy Lainé | 2012-07-18 | 1 | -62/+2 |
| | | |||||
| * | don't write null form values | Jeremy Lainé | 2012-07-18 | 1 | -3/+3 |
| | | |||||
| * | move serializePacket to tests.h | Jeremy Lainé | 2012-07-18 | 1 | -22/+0 |
| | | |||||
| * | rename rtp tests | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | split RTP tests out | Jeremy Lainé | 2012-07-18 | 1 | -47/+2 |
| | | |||||
| * | re-order tests | Jeremy Lainé | 2012-07-18 | 1 | -133/+128 |
| | | |||||
| * | add support for XEP-0221: Data Forms Media Element | Jeremy Lainé | 2012-07-18 | 1 | -0/+36 |
| | | |||||
| * | Fix and test data form title/instructions XML serialization. | Jeremy Lainé | 2012-07-18 | 1 | -0/+28 |
| | | |||||
| * | bump version to 0.5.0 | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | add result-set management to QXmppArchiveIq | Jeremy Lainé | 2012-07-17 | 1 | -3/+32 |
| | | |||||
| * | add tests without rsm for archive list/retrieve IQs | Jeremy Lainé | 2012-07-17 | 1 | -8/+42 |
| | | |||||
| * | bump version to 0.4.94 | Jeremy Lainé | 2012-07-17 | 1 | -1/+1 |
| | | |||||
| * | QXmppArchiveRetrieveIq: replace "max" by result set management | Jeremy Lainé | 2012-07-17 | 1 | -1/+1 |
| | | |||||
| * | bump version | Jeremy Lainé | 2012-07-16 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of https://code.google.com/p/qxmpp | Jeremy Lainé | 2012-07-16 | 1 | -1/+5 |
| |\ | |||||
| | * | Fix time computation in QXmppArchiveIq | Olivier Goffart | 2012-07-04 | 1 | -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 list | Olivier Goffart | 2012-07-16 | 1 | -1/+1 |
| | | | |||||
| * | | Introduce QXmppResultSetQuery/Reply to handle XEP-0059 | Olivier Goffart | 2012-07-16 | 1 | -0/+133 |
| |/ | |||||
| * | bump version to 0.4.92 | Jeremy Lainé | 2012-06-07 | 1 | -1/+1 |
| | | |||||
| * | bump version | Jeremy Lainé | 2012-05-31 | 1 | -1/+1 |
| | | |||||
| * | implement/test XEP-0115 verification strings for dataforms (issue: #140) | Jeremy Lainé | 2012-05-14 | 1 | -1/+42 |
| | | |||||
| * | test QXmppDiscoveryIq | Jeremy Lainé | 2012-05-14 | 1 | -0/+20 |
| | | |||||
| * | bump version | Jeremy Lainé | 2012-04-24 | 1 | -1/+1 |
| | | |||||
| * | don't expose getImageType | Jeremy Lainé | 2012-04-20 | 1 | -2/+9 |
| | | |||||
| * | encapsulate QXmppUtils methods in a QXmppUtils class | Jeremy Lainé | 2012-04-20 | 1 | -29/+29 |
| | | |||||
| * | rename XMLRPC to QXmppRpcMarshaller | Jeremy Lainé | 2012-04-20 | 1 | -2/+2 |
| | | |||||
| * | bump version to 0.4.0 | Jeremy Lainé | 2012-04-12 | 1 | -1/+1 |
| | | |||||
| * | bump version | Jeremy Lainé | 2012-03-23 | 1 | -1/+1 |
| | | |||||
| * | test archive remove iq | Jeremy Lainé | 2012-03-23 | 1 | -0/+18 |
| | | |||||
| * | bump version to 0.3.92 | Jeremy Lainé | 2012-02-20 | 1 | -1/+1 |
| | | |||||
| * | test old-style XEP-0184 | Jeremy Lainé | 2012-02-06 | 1 | -0/+16 |
| | | |||||
| * | make QXmppMessage carry a receipt ID for XEP-0184 | Jeremy Lainé | 2012-02-06 | 1 | -5/+25 |
| | | |||||
| * | add an attribute to QXmppMessage to carry delivery receipt request | Jeremy Lainé | 2012-02-06 | 1 | -0/+23 |
| | | |||||
| * | bump version to 0.3.91 | Jeremy Lainé | 2011-09-26 | 1 | -1/+1 |
| | | |||||
| * | add support for XEP-0224: Attention (Fixes issue #109) | Jeremy Lainé | 2011-09-20 | 1 | -0/+17 |
| | | |||||
| * | add tests | Jeremy Lainé | 2011-09-20 | 1 | -0/+5 |
| | | |||||
| * | add unit tests for MUC presence extensions | Jeremy Lainé | 2011-05-02 | 1 | -0/+30 |
| | | |||||
| * | add tests for RTP parsing / serialization | Jeremy Lainé | 2011-04-23 | 1 | -0/+50 |
| | | |||||
| * | add tests for theora codec | Jeremy Lainé | 2011-04-15 | 1 | -1/+56 |
| | | |||||
| * | make password checking full asynchronous | Jeremy Lainé | 2011-04-07 | 1 | -8/+7 |
| | | |||||
