aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bump version to 0.7.3Jeremy Lainé2012-09-074-4/+4
* Fix QXmppMucRoom::name(), only consider discovery IQs from the room.Jeremy Lainé2012-09-062-9/+16
* bump version to 0.7.2Jeremy Lainé2012-09-064-4/+4
* point to qt-project.org instead of nokia.comJeremy Lainé2012-09-061-1/+1
* fix typo: X-OAUTH2 was added in 0.7.2Jeremy Lainé2012-09-061-1/+1
* clarify discovery IQ handlingJeremy Lainé2012-09-061-23/+31
* feed changelogJeremy Lainé2012-09-061-0/+1
* add links to RFCs in HTML documentationJeremy Lainé2012-09-061-0/+4
* fix typo: RFC 3921, not 5921Jeremy Lainé2012-09-062-2/+2
* With Qt >= 4.8, verify peer SSL certificate against domain name as specified ...Jeremy Lainé2012-09-063-0/+11
* protect against the case where the user has removed the disco managerJeremy Lainé2012-09-051-3/+5
* Add QXmppMucRoom::name() to get the room's human-readable name.Jeremy Lainé2012-09-053-2/+48
* clarify JID formatsJeremy Lainé2012-09-051-1/+3
* QXmppMucRoom::ban() should only accept bare JIDsJeremy Lainé2012-09-051-14/+5
* Add QXmppMucRoom::participantFullJid() to lookup an occupant full JID.Jeremy Lainé2012-09-053-3/+17
* Add QXmppMucRoom::ban() slot to ban users.Jeremy Lainé2012-09-053-0/+37
* Add support for X-OAUTH2 authentication for Google Talk.Jeremy Lainé2012-09-058-3/+91
* add tests for X-MESSENGER-OAUTH2 auth methodJeremy Lainé2012-09-052-1/+21
* If building with Qt 5, use Qt's QDnsLookup instead of our backport.Jeremy Lainé2012-09-044-7/+18
* Added info about previous commit to CHANGELOG.0xd34df00d2012-09-041-0/+6
* Handle Error disco replies in DiscoveryManager as well.0xd34df00d2012-09-041-2/+5
* bump version to 0.7.1Jeremy Lainé2012-09-033-3/+3
* feed CHANGELOGJeremy Lainé2012-09-031-0/+5
* fix QXmppVCardPhone exportJeremy Lainé2012-09-031-1/+1
* restore default PREFIXJeremy Lainé2012-09-032-2/+10
* fix documentation warningsJeremy Lainé2012-09-032-0/+8
* Mention Georg Rudoy in AUTHORSJeremy Lainé2012-09-031-0/+2
* bump version to 0.7.0Jeremy Lainé2012-09-034-5/+5
* don't send initial presence or request roster if not authenticatedJeremy Lainé2012-09-032-2/+4
* add QXmppClient::isAuthenticatedJeremy Lainé2012-09-035-0/+23
* handle XMPP connections without a sessionJeremy Lainé2012-09-031-4/+24
* don't send non-SASL auth if disabledJeremy Lainé2012-09-031-2/+3
* make it possible to disable non-SASL authenticationJeremy Lainé2012-09-034-18/+27
* remove duplicate changelog entryJeremy Lainé2012-09-031-1/+0
* remove deprecated QXmppConfiguration::sASLAuthMechanismJeremy Lainé2012-09-033-51/+5
* feed changelogJeremy Lainé2012-09-031-0/+3
* fix compiler warningJeremy Lainé2012-09-031-0/+1
* exclude "addresses" from presence extensionsJeremy Lainé2012-09-031-0/+3
* test extended addressesJeremy Lainé2012-09-034-0/+51
* add extended addresses to QXmppMessage and QXmppPresenceJeremy Lainé2012-09-034-13/+10
* revert previous commitJeremy Lainé2012-09-033-6/+15
* add support for extended addressesJeremy Lainé2012-09-033-15/+6
* use private data members directlyJeremy Lainé2012-09-031-6/+6
* make QXmppStanza::toXmlElementFromChild protectedJeremy Lainé2012-09-031-1/+1
* add "extendedAddresses" to QXmppStanzaJeremy Lainé2012-09-032-0/+51
* improve docsJeremy Lainé2012-09-031-5/+4
* make QXmppExtendedAddress::toXml constJeremy Lainé2012-09-032-2/+2
* add QXmppExtendedAddressJeremy Lainé2012-09-036-2/+278
* use $$[QT_INSTALL_PREFIX] as the default for PREFIXJeremy Lainé2012-09-032-6/+3
* fix install paths in READMEJeremy Lainé2012-09-031-11/+4