aboutsummaryrefslogtreecommitdiff
path: root/src/base
Commit message (Collapse)AuthorAgeFilesLines
...
* report XEP-0059 capabilityJeremy Lainé2012-07-173-2/+4
|
* add result-set management to QXmppArchiveIqJeremy Lainé2012-07-172-8/+22
|
* remove rsm reply from QXmppArchiveRetrieveIq, makes no senseJeremy Lainé2012-07-171-13/+0
|
* documentation fixesJeremy Lainé2012-07-172-3/+3
|
* 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
|
* QXmppArchiveRetrieveIq: replace "max" by result set managementJeremy Lainé2012-07-172-23/+35
|
* add some documentation to QXmppResultSetQuery/ReplyJeremy Lainé2012-07-171-1/+44
|
* 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-162-20/+24
| |
* | Introduce QXmppResultSetQuery/Reply to handle XEP-0059Olivier Goffart2012-07-165-29/+325
|/
* improve server debuggingJeremy Lainé2012-06-071-1/+1
|
* 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
|
* bump versionJeremy Lainé2012-05-311-1/+1
|
* 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
|
* fix doc warningsJeremy Lainé2012-05-103-4/+15
|
* fix some documentation warningsJeremy Lainé2012-05-105-13/+46
|
* 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
|
* export QDnsLookup symbolsJeremy Lainé2012-04-241-6/+8
|
* bump versionJeremy Lainé2012-04-241-1/+1
|
* make QXmppElementList a typedef (thanks Matt)Jeremy Lainé2012-04-232-24/+1
|
* remove QXmppStanza::Error::isValidJeremy Lainé2012-04-202-8/+0
|
* remove QXmppStanza::isErrorStanzaJeremy Lainé2012-04-202-7/+0
|
* fixJeremy Lainé2012-04-201-1/+1
|
* Remove QXmppPacket class.Jeremy Lainé2012-04-205-93/+8
|
* remove QXmppPacket from user-facing APIsJeremy Lainé2012-04-202-4/+4
|
* don't expose getImageTypeJeremy Lainé2012-04-201-1/+1
|
* encapsulate QXmppUtils methods in a QXmppUtils classJeremy Lainé2012-04-207-69/+77
|
* hide an internal methodJeremy Lainé2012-04-202-32/+0
|
* rename XMLRPC to QXmppRpcMarshallerJeremy Lainé2012-04-202-12/+13
|
* mark some functions as staticJeremy Lainé2012-04-201-4/+4
|
* add missing QXMPP_EXPORTJeremy Lainé2012-04-201-1/+3
|
* add missing QXMPP_EXPORTJeremy Lainé2012-04-207-9/+9
|
* add proper import/export for shared libraryJeremy Lainé2012-04-201-1/+9
|
* make QXmppVersion as QXMPP_EXPORTJeremy Lainé2012-04-201-1/+1
|
* start marking classes with QXMPP_EXPORTJeremy Lainé2012-04-2032-66/+80
|
* add an empty QXMPP_EXPORT macroJeremy Lainé2012-04-201-0/+2
|
* install qdnslookup_p.hJeremy Lainé2012-04-121-1/+1
|
* bump version to 0.4.0Jeremy Lainé2012-04-121-1/+1
|
* install qdnslookup.hJeremy Lainé2012-04-111-1/+2
|