aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SASL: move definition of available mechanisms to QXmppSaslClientJeremy Lainé2012-07-203-1/+8
|
* SASL: don't hardcode service typeJeremy Lainé2012-07-203-12/+31
|
* betterr quality of protection handlingJeremy Lainé2012-07-201-10/+10
|
* refactor Digest MD5 authJeremy Lainé2012-07-191-12/+20
|
* move SASL specifics out of QXmppOutgoingClientJeremy Lainé2012-07-192-132/+44
|
* fix error in SASLJeremy Lainé2012-07-191-1/+1
|
* move some classes to private headerJeremy Lainé2012-07-193-46/+102
|
* add QXmppSaslClient class + testsJeremy Lainé2012-07-192-0/+299
|
* remove confusing QXmppPresence::Status::OfflineJeremy Lainé2012-07-184-8/+1
|
* restore support for obsolete "invisible" presence (fixes issue #111)Jeremy Lainé2012-07-182-0/+5
|
* Make SASL mechanisms string based.Jeremy Lainé2012-07-183-37/+61
| | | | | Deprecate QXmppConfiguration::setSASLAuthMechanism(), replaced by the string-based QXmppConfiguration::setSaslAuthMechanism().
* make QXmppStreamFeatures string-based to allow pluggable SASLJeremy Lainé2012-07-185-106/+64
|
* add QXmppRegisterIq as defined by XEP-0077: In-Band RegistrationJeremy Lainé2012-07-183-0/+216
|
* 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
|