aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix QXmppServer docsJeremy Lainé2010-12-091-2/+3
* * improve QXmppIceComponent/QXmppIceConnection code documentationJeremy Lainé2010-12-092-20/+41
* escape litteral "@" in QXmppConfiguration code documentationJeremy Lainé2010-12-091-1/+1
* improve QXmppCallManager code documentationJeremy Lainé2010-12-092-6/+14
* don't add QXmppCallManager by defaultJeremy Lainé2010-12-072-16/+0
* remove dependency on QtGui (Closes: #66)Jeremy Lainé2010-12-074-54/+2
* add support for sending / receiving DTMF in an RTP channelJeremy Lainé2010-12-072-10/+155
* improve ICE fallback pair selectionJeremy Lainé2010-12-071-7/+8
* rework QXmppStunMessage::peekType to return magic cookieJeremy Lainé2010-12-062-5/+5
* improve STUN / ICE code documentationJeremy Lainé2010-12-064-124/+202
* overhaul ICE support to reserve consecutive ports (required for RTP/RTCP pairs)Jeremy Lainé2010-12-033-95/+245
* fix compiler warningJeremy Lainé2010-12-031-2/+2
* fix call state initialisationJeremy Lainé2010-12-031-1/+2
* fix ICE/RTP bindingsJeremy Lainé2010-12-032-5/+13
* overhaul RTP stack to support codec switchingJeremy Lainé2010-12-033-114/+171
* document chat statesJeremy Lainé2010-11-251-6/+6
* fix build error using msvc++ (see #80)Jeremy Lainé2010-11-241-0/+1
* fix compile error with MSVCJeremy Lainé2010-11-241-1/+1
* initialise QXmppPresence::m_vCardUpdateType (Closes: #82)Jeremy Lainé2010-11-241-1/+4
* if QXmppRosterManager::getPresence is called for an unavailable resource, ret...Jeremy Lainé2010-11-241-1/+6
* fix compile warningJeremy Lainé2010-11-201-1/+1
* order headers / sources alphabeticallyJeremy Lainé2010-11-201-8/+8
* fix a spurious RTP warningJeremy Lainé2010-11-201-1/+1
* hide QXmppCall internalsJeremy Lainé2010-11-202-97/+125
* mod_proxy65: improve connection logging and transfer terminationJeremy Lainé2010-11-181-4/+10
* mod_proxy65: improve logging, statistics and transfer terminationJeremy Lainé2010-11-182-29/+40
* revert accidental disabling of call managerJeremy Lainé2010-11-171-2/+0
* tweak STUN loggingJeremy Lainé2010-11-161-2/+2
* tweak RTP channel loggingJeremy Lainé2010-11-161-0/+7
* make QXmppSaslDigestMd5 capable of generating old-style (no qop) digestsJeremy Lainé2010-11-161-2/+5
* 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