aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for X-MESSENGER-OAUTH2 authentication for Windows Live Messenger.Jeremy Lainé2012-09-036-1/+66
* handle port in see-other-hostJeremy Lainé2012-09-031-1/+4
* Add support for see-other-host server change.Jeremy Lainé2012-09-022-2/+23
* move socket disconnect handling out of QXmppStreamJeremy Lainé2012-09-028-15/+24
* feed changelogJeremy Lainé2012-09-021-0/+1
* add support for vCard "DESC" elementJeremy Lainé2012-09-023-0/+23
* whitespace fixJeremy Lainé2012-08-301-1/+1
* set default PREFIX on harmattan to /usrJeremy Lainé2012-08-301-1/+5
* Merge branch 'master' of https://code.google.com/p/qxmppJeremy Lainé2012-08-303-10/+1
|\
| * Remove deprecated QXmppRosterManager::rosterChanged()Jeremy Lainé2012-08-293-10/+1
* | Make sure QXmppDiscoveryManager only emits resultsJeremy Lainé2012-08-302-5/+10
|/
* remove trailing whitespaceJeremy Lainé2012-08-158-8/+8
* Make it possible to have several addresses in vCards.Jeremy Lainé2012-08-034-3/+140
* add stub for addressesJeremy Lainé2012-08-034-3/+156
* add support for phone numbers to vCardsJeremy Lainé2012-08-035-9/+253
* hide QXmppVCardIq internalsJeremy Lainé2012-08-032-68/+102
* make QXmppIq use pimpl + implicit data sharingJeremy Lainé2012-08-032-6/+41
* Make it possible to have several e-mail addresses in vCardsJeremy Lainé2012-08-034-12/+44
* add a QXmppVCardEmail classJeremy Lainé2012-08-034-1/+157
* split vCard tests to their own fileJeremy Lainé2012-08-035-42/+105
* revert to use the domain for SASL authJeremy Lainé2012-08-031-6/+2
* fix typoJeremy Lainé2012-08-021-1/+1
* Make it possible to set the client's extended information form (XEP-0128).Jeremy Lainé2012-08-023-0/+28
* Fix XEP-0115 verification strings (remove duplicate features, sort form values)Jeremy Lainé2012-08-022-3/+8