aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppArchiveIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* doc fixesJeremy Lainé2012-07-211-0/+10
|
* doc fixesJeremy Lainé2012-07-211-0/+32
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* advertise XEP-0036: Message Archiving capabilityJeremy Lainé2012-07-171-2/+1
|
* add result-set management to QXmppArchiveIqJeremy Lainé2012-07-171-3/+17
|
* remove rsm reply from QXmppArchiveRetrieveIq, makes no senseJeremy Lainé2012-07-171-13/+0
|
* fix QXmppRetrieveIq rsm parsingJeremy Lainé2012-07-171-2/+2
|
* QXmppArchiveRetrieveIq: replace "max" by result set managementJeremy Lainé2012-07-171-19/+27
|
* 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