aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* keep QXmppMessageReceiptManager API minimalJeremy Lainé2012-02-062-37/+10
|
* don't touch CA certificates by default (fixes issue 106)Jeremy Lainé2012-02-061-2/+1
|
* cleanup receipt handlingJeremy Lainé2012-02-061-17/+10
|
* make use of QXmppMessage's receipt methodsJeremy Lainé2012-02-061-24/+14
|
* handle old-style receiptsJeremy Lainé2012-02-061-0/+4
|
* add QXmppMessageReceiptManager classJeremy Lainé2012-02-063-0/+173
|
* make QXmppMessage carry a receipt ID for XEP-0184Jeremy Lainé2012-02-062-0/+32
|
* add an attribute to QXmppMessage to carry delivery receipt requestJeremy Lainé2012-02-064-1/+40
|
* make some methods const (issue #121)Jeremy Lainé2012-02-062-4/+4
|
* fully specify QXmppClient::stateChanged() signal (issue 134)Jeremy Lainé2012-02-061-1/+1
|
* Fix build on FreeBSD (fixes: #132)Jeremy Lainé2012-02-061-3/+1
|
* fix symbian dns codeJeremy Lainé2012-01-311-17/+7
|
* remove QXmppSrvInfoJeremy Lainé2012-01-314-727/+0
|
* switch from QXmppSrvInfo to QDnsLookupJeremy Lainé2012-01-314-29/+42
|
* add a backport of Qt5's QDnsLookup classJeremy Lainé2012-01-318-0/+2120
|
* add a property to access managed roomsJeremy Lainé2012-01-232-0/+15
|
* make some methods slotsJeremy Lainé2012-01-231-3/+4
|
* get rid of unused QXmppStream::sendElementJeremy Lainé2011-09-292-17/+0
|
* add QXmppRosterManager::renameItem to rename a roster itemJeremy Lainé2011-09-292-0/+23
|
* - don't open/close log file for each message, instead provide a "reopen" slotJeremy Lainé2011-09-292-20/+67
| | | | | - hide QXmppLogger's internals in a private class
* fix build on Android, it does not seem to have libresolvJeremy Lainé2011-09-291-6/+7
|
* make QXmppClient's connectToServer(jid, password) and disconnectFromServer slotsJeremy Lainé2011-09-291-3/+3
|
* make QXmppClient::connectToServer use QXmppConfiguration::setJidJeremy Lainé2011-09-291-2/+1
|
* add notifier signal for QXmppMucRoom::participants propertyJeremy Lainé2011-09-292-3/+12
|
* Set default keep-alive timeout to 20 seconds, enables detection of broken ↵Jeremy Lainé2011-09-291-1/+5
| | | | connections.
* Improve XEP-0136 support to enable archive deletion.Jeremy Lainé2011-09-294-24/+131
|
* fix typosJeremy Lainé2011-09-261-2/+2
|
* bump version to 0.3.91Jeremy Lainé2011-09-261-1/+1
|
* remove deprecated QXmppVCard.h headerJeremy Lainé2011-09-264-60/+0
|
* get rid of deprecated accessors in QXmppConfigurationJeremy Lainé2011-09-262-118/+0
|
* keep track of which SASL mechanism was actually selectedJeremy Lainé2011-09-261-13/+17
|
* get rid of facebook App Secret, it's not usedJeremy Lainé2011-09-262-20/+0
|
* add support for X-FACEBOOK-PLATFORM authenticationJeremy Lainé2011-09-262-9/+49
|
* recognise X-FACEBOOK-PLATFORM in stream featuresJeremy Lainé2011-09-261-0/+5
|
* add configuration options for X-FACEBOOK-PLATFORM authenticationJeremy Lainé2011-09-262-3/+69
|
* remove trailing whitespaceJeremy Lainé2011-09-2126-65/+65
|
* add support for XEP-0224: Attention (Fixes issue #109)Jeremy Lainé2011-09-205-3/+40
|
* fix typoJeremy Lainé2011-09-201-1/+1
|
* remove manual XEP formatting, let doxyfilter handle itJeremy Lainé2011-09-202-2/+2
|
* hide QXmppRosterManager internalsJeremy Lainé2011-09-202-110/+127
|
* make QXmppIceComponent use point-to-point interfaces too (Fixes issue #120)Jeremy Lainé2011-09-201-2/+1
|
* prune some threading test codeJeremy Lainé2011-09-131-1/+0
|
* * hide some QXmppServer internalsJeremy Lainé2011-09-1323-435/+636
| | | | | * improve QXmppServer performance
* trailing whitespace cleanupJeremy Lainé2011-09-071-9/+8
|
* get rid of QXmppPresence::Status::Invisible (issue #111), cleanup parsing / ↵Jeremy Lainé2011-09-072-121/+40
| | | | serialisation
* mark some methods as const() (see issue #114)Jeremy Lainé2011-09-076-10/+10
|
* Fix pkgconfig paths (fixes issue #113)Jeremy Lainé2011-09-071-4/+6
|
* fix compiler warningsJeremy Lainé2011-09-072-8/+18
|
* fix some compiler warningsJeremy Lainé2011-09-0710-28/+62
|
* Apply fix for issue #116Jeremy Lainé2011-09-061-0/+1
|