aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* more logging unificationJeremy Lainé2010-11-166-68/+86
* make QXmppCallManager use QXmppRtpChannelJeremy Lainé2010-11-162-423/+126
* make QXmppStream inherit QXmppLoggableJeremy Lainé2010-11-164-65/+3
* make QXmppIceConnection inherit QXmppLoggableJeremy Lainé2010-11-162-44/+20
* make QXmppClient, QXmppClientExtension, QXmppServer and QXmppServerExtension ...Jeremy Lainé2010-11-168-99/+30
* add QXmppLoggable, a base class for QObjects which need logging facilityJeremy Lainé2010-11-162-0/+79
* add QXmppRtpChannel::supportedPayloadTypes()Jeremy Lainé2010-11-152-3/+43
* add QXmppRtpChannel class to move RTP handling out of QXmppCallJeremy Lainé2010-11-143-0/+441
* slightly refactor SASL auth to make QXmppSaslDigestMd5 class more genericJeremy Lainé2010-11-104-5/+37
* start hiding some of QXmppTransferJob's internalsJeremy Lainé2010-11-092-188/+208
* add server-side support for XEP-0202: Entity TimeJeremy Lainé2010-11-084-0/+140
* only write tzo if the time is validJeremy Lainé2010-11-081-3/+3
* QXmppEntityTimeIq should store timezone offsets in secondsJeremy Lainé2010-11-083-21/+22
* add methods for parsing/serialising timezone offsetsJeremy Lainé2010-11-082-0/+39
* QXmppEntityTimeIq::utc() should return a QDateTime, the user should not have ...Jeremy Lainé2010-10-293-9/+11
* fix asynchronous DNS SRV lookup for outgoing S2SJeremy Lainé2010-10-271-1/+1
* use asynchronous DNS SRV lookups to avoid freezing clients during lookupJeremy Lainé2010-10-207-21/+135
* resync QXmppSrvInfo with the implementation submitted to Qt:Jeremy Lainé2010-10-201-19/+168
* fix QXmppOutgoingClient and QXmppOutgoingServer for slight DNS SRV API changeJeremy Lainé2010-10-192-2/+2
* hide QXmppSrvInfo internalsJeremy Lainé2010-10-192-45/+160
* revert API change for findExtension()Jeremy Lainé2010-10-192-5/+5
* Restore the original prototype for QXmppClient::findExtension(), it is modeledJeremy Lainé2010-10-192-6/+6
* mark TODOManjeet Dahiya2010-10-131-0/+2
* document vCardUpdateTypesManjeet Dahiya2010-10-131-4/+6
* use hex for during the writing alsoManjeet Dahiya2010-10-131-1/+1
* hex instead of base64Manjeet Dahiya2010-10-131-1/+1
* suppress warningsManjeet Dahiya2010-10-121-2/+2
* encode / decode presence photo hash to / from base64Jeremy Lainé2010-10-111-3/+3
* store the capability verification string as a QByteArrayJeremy Lainé2010-10-113-8/+8
* prune extraneous whitespaceJeremy Lainé2010-10-111-1/+1
* not need to re-declare Qt dependenciesJeremy Lainé2010-10-111-1/+0
* improve STUN / ICE-UDP supportJeremy Lainé2010-10-114-139/+195
* Data Forms XEP specifies that we should use "text single" as the default fiel...Jeremy Lainé2010-10-111-3/+1
* relax "security check" on roster IQs, some servers send the roster from a ful...Jeremy Lainé2010-10-111-1/+1
* fixManjeet Dahiya2010-10-091-2/+1
* improve documentationManjeet Dahiya2010-10-081-0/+9
* update docManjeet Dahiya2010-10-081-2/+3
* disconnection should be allowed before the XMPP connection has been madeManjeet Dahiya2010-10-081-1/+1
* remove commented codeManjeet Dahiya2010-10-051-1/+0
* remove unused presenceExtension functionManjeet Dahiya2010-10-051-20/+0
* use setCapability.. functions to set the caps valuesManjeet Dahiya2010-10-051-3/+15
* docManjeet Dahiya2010-10-052-0/+2
* provide legacy ext attributeManjeet Dahiya2010-10-052-0/+8
* doc updateManjeet Dahiya2010-10-052-0/+7
* fixManjeet Dahiya2010-10-051-1/+14
* Qt style get functionsManjeet Dahiya2010-10-052-6/+6
* orderingManjeet Dahiya2010-10-052-14/+14
* add cap functionsManjeet Dahiya2010-10-052-0/+61
* remove completed TODOManjeet Dahiya2010-10-051-1/+0
* add support for joining password-protected roomsJeremy Lainé2010-10-042-2/+10