aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppArchiveIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* whitespace cleanupJeremy Lainé2012-07-171-2/+2
|
* Merge branch 'master' of https://code.google.com/p/qxmppJeremy Lainé2012-07-161-2/+9
|\
| * Fix time computation in QXmppArchiveIqOlivier Goffart2012-07-041-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-17/+19
| |
* | Introduce QXmppResultSetQuery/Reply to handle XEP-0059Olivier Goffart2012-07-161-27/+15
|/
* encapsulate QXmppUtils methods in a QXmppUtils classJeremy Lainé2012-04-201-12/+12
|
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+572