aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 con...Jeremy Lainé2011-09-291-1/+5
* 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
* trailing whitespace cleanupJeremy Lainé2011-09-071-9/+8
* get rid of QXmppPresence::Status::Invisible (issue #111), cleanup parsing / s...Jeremy Lainé2011-09-072-121/+40
* 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
* Improve QXmppServer packet routing performance.Jeremy Lainé2011-09-067-96/+137
* assert signal connectionsJeremy Lainé2011-07-261-4/+12
* add support for vp8 video codecJeremy Lainé2011-07-267-76/+494
* QXmppTransferManager: assert all connectionsJeremy Lainé2011-07-262-74/+122
* fixJeremy Lainé2011-07-071-2/+2
* normalize Qt signal / slot signaturesJeremy Lainé2011-07-076-24/+24
* make logger accessible as a propertyJeremy Lainé2011-06-142-30/+44
* add documentation for State enumJeremy Lainé2011-06-131-3/+4
* make QXmppClient state accessible via "state" propertyJeremy Lainé2011-06-136-48/+85
* don't touch CA certificates unless asked toJeremy Lainé2011-06-121-1/+4
* fix for Issue 105: Initial presence is set before the roster requestManjeet Dahiya2011-06-121-2/+2
* removed old deprecated codeManjeet Dahiya2011-06-122-43/+0