aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* hide QXmppDiscoveryManager internalsJeremy Lainé2012-05-142-22/+35
|
* hide QXmppVCardManager internalsJeremy Lainé2012-05-142-18/+32
|
* hide QXmppVersionManager internalsJeremy Lainé2012-05-142-20/+35
|
* hide QXmppDataForm internalsJeremy Lainé2012-05-142-61/+137
|
* implement/test XEP-0115 verification strings for dataforms (issue: #140)Jeremy Lainé2012-05-141-0/+38
|
* test QXmppDiscoveryIqJeremy Lainé2012-05-141-23/+22
|
* forward-declare QNetworkProxyJeremy Lainé2012-05-125-2/+6
|
* make QXmppConfiguration use QSharedDataPointerJeremy Lainé2012-05-122-98/+130
|
* cleanup pkg-config artifacts on unixJeremy Lainé2012-05-101-0/+1
|
* fix doc warningsJeremy Lainé2012-05-103-4/+15
|
* fix some documentation warningsJeremy Lainé2012-05-108-14/+53
|
* fix some doc warningsJeremy Lainé2012-05-102-14/+30
|
* add virtual destructors for codecsJeremy Lainé2012-05-102-0/+25
|
* make QXmppStanza destructor virtualJeremy Lainé2012-05-101-1/+1
|
* add appropriate QXMPP_SHARED / QXMPP_STATIC to pkgconfigJeremy Lainé2012-04-251-0/+5
|
* export QDnsLookup symbolsJeremy Lainé2012-04-241-6/+8
|
* document qmake optionsJeremy Lainé2012-04-241-3/+0
|
* bump versionJeremy Lainé2012-04-241-1/+1
|
* make it possible to enable speex/theora/vpx using qmake QXMPP_USE_x=1Jeremy Lainé2012-04-241-9/+15
|
* make QXmppElementList a typedef (thanks Matt)Jeremy Lainé2012-04-234-27/+4
|
* remove QXmppStanza::Error::isValidJeremy Lainé2012-04-202-8/+0
|