aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* test old-style XEP-0184Jeremy Lainé2012-02-061-0/+16
|
* 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-064-6/+58
|
* add an attribute to QXmppMessage to carry delivery receipt requestJeremy Lainé2012-02-066-1/+64
|
* 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
|
* rename "tests" to "qxmpp-tests"Jeremy Lainé2012-01-311-1/+1
|
* exclude qdnslookup from docsJeremy Lainé2012-01-311-1/+1
|
* 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
|
* make it possible to run "make docs" immediately after qmakeJeremy Lainé2011-09-301-1/+1
|
* 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-292-1/+6
| | | | connections.
* Improve XEP-0136 support to enable archive deletion.Jeremy Lainé2011-09-295-24/+132
|
* fix typosJeremy Lainé2011-09-261-2/+2
|
* feed ChangeLogJeremy Lainé2011-09-261-0/+5
|
* bump version to 0.3.91Jeremy Lainé2011-09-263-3/+3
|
* remove deprecated QXmppVCard.h headerJeremy Lainé2011-09-265-66/+9
|
* get rid of deprecated accessors in QXmppConfigurationJeremy Lainé2011-09-263-118/+1
|
* make "doxyfilter" work on OS XJeremy Lainé2011-09-261-0/+1
|
* feed ChangeLogJeremy Lainé2011-09-261-0/+4
|
* 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-207-3/+58
|
* add testsJeremy Lainé2011-09-201-0/+5
|
* fix typoJeremy Lainé2011-09-201-1/+1
|
* remove manual XEP formatting, let doxyfilter handle itJeremy Lainé2011-09-202-2/+2
|
* improve doxyfilter to catch the whole XEP nameJeremy Lainé2011-09-201-1/+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
|