aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* don't write null form valuesJeremy Lainé2012-07-181-1/+1
|
* use centrally-defined ns_privateJeremy Lainé2012-07-181-4/+3
|
* re-arrange namespace constantsJeremy Lainé2012-07-182-64/+98
|
* re-order and comment namespace definitionsJeremy Lainé2012-07-182-28/+67
|
* add support for XEP-0221: Data Forms Media ElementJeremy Lainé2012-07-184-0/+163
|
* Fix and test data form title/instructions XML serialization.Jeremy Lainé2012-07-181-3/+2
|
* bump version to 0.5.0Jeremy Lainé2012-07-181-1/+1
|
* Remove deprecated QXmppClient::discoveryIqReceived() signal.Jeremy Lainé2012-07-182-19/+1
|
* update copyright yearJeremy Lainé2012-07-18124-124/+124
|
* only emit QXmppVersionManager::versionReceived() for resultsJeremy Lainé2012-07-181-3/+4
|
* advertise XEP-0036: Message Archiving capabilityJeremy Lainé2012-07-175-2/+12
|
* report support for XEP-0004: Data FormsJeremy Lainé2012-07-171-0/+1
|
* report XEP-0059 capabilityJeremy Lainé2012-07-174-3/+6
|
* add result-set management to QXmppArchiveIqJeremy Lainé2012-07-174-10/+24
|
* remove rsm reply from QXmppArchiveRetrieveIq, makes no senseJeremy Lainé2012-07-171-13/+0
|
* documentation fixesJeremy Lainé2012-07-173-4/+4
|
* doc fixJeremy Lainé2012-07-171-2/+2
|
* fix QXmppRetrieveIq rsm parsingJeremy Lainé2012-07-171-2/+2
|
* bump version to 0.4.94Jeremy Lainé2012-07-171-1/+1
|
* add full result-set management to retrieveCollection()Jeremy Lainé2012-07-172-12/+25
|
* QXmppArchiveRetrieveIq: replace "max" by result set managementJeremy Lainé2012-07-173-24/+39
|
* add some documentation to QXmppResultSetQuery/ReplyJeremy Lainé2012-07-171-1/+44
|
* QXmppArchiveManager::retrieveCollection make default "max" saneJeremy Lainé2012-07-171-1/+1
|
* whitespace cleanupJeremy Lainé2012-07-173-12/+7
|
* bump versionJeremy Lainé2012-07-161-1/+1
|
* 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-164-26/+51
| |
* | Introduce QXmppResultSetQuery/Reply to handle XEP-0059Olivier Goffart2012-07-165-29/+325
|/
* Merge branch 'master' of https://code.google.com/p/qxmppJeremy Lainé2012-06-265-29/+93
|\
| * improve incoming server debuggingJeremy Lainé2012-06-072-13/+44
| |
| * protect against null socketJeremy Lainé2012-06-071-5/+11
| |
| * improve server debuggingJeremy Lainé2012-06-073-19/+46
| |
* | allow QXmppTransferManager to use point-to-point linksJeremy Lainé2012-06-261-2/+1
|/
* rework auth loggingJeremy Lainé2012-06-071-13/+11
|
* in the absence of QXMPP_STATIC, use shared library importJeremy Lainé2012-06-071-3/+3
| | | | | Since building a shared library is the default, handle the absence of QXMPP_STATIC as meaning QXMPP_SHARED.
* remove QXmppSocksClient::waitForReadyJeremy Lainé2012-06-072-16/+0
|
* bump version to 0.4.92Jeremy Lainé2012-06-071-1/+1
|
* restore 7 second timeout for SOCKS candidate testsJeremy Lainé2012-06-072-0/+19
|
* Fix build with Qt5 (Fixes issue #142)Jeremy Lainé2012-06-061-0/+8
|
* bump versionJeremy Lainé2012-05-311-1/+1
|
* uniformise disconnectJeremy Lainé2012-05-161-5/+3
|
* cancel reconnection timer when the user explicitly disconnectsJeremy Lainé2012-05-161-0/+6
|
* fully remove QXmppReconnectionManagerJeremy Lainé2012-05-165-181/+0
|
* fix Q_DECL_DEPRECATEDJeremy Lainé2012-05-151-1/+1
|
* reconnection times need to be in milliseconds..Jeremy Lainé2012-05-141-4/+4
|
* update documentationJeremy Lainé2012-05-141-3/+3
|
* move reconnection handling into QXmppClientJeremy Lainé2012-05-142-43/+75
|
* deprecate QXmppReconnectionManagerJeremy Lainé2012-05-142-21/+10
|
* make QXmppTransferFileInfo use QSharedDataJeremy Lainé2012-05-143-18/+51
|