aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* if QXmppRosterManager::getPresence is called for an unavailable resource, ↵Jeremy Lainé2010-11-241-1/+6
| | | | return an unavailable QXmppPresence (Closes: #78)
* fix GuiClient build failure on MacJeremy Lainé2010-11-201-1/+2
|
* 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
|
* update call handling exampleJeremy Lainé2010-11-161-4/+7
|
* 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
| | | | inherit QXmppLoggable
* 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
|
* fix profile dialog for new QXmppEntityTimeIq APIJeremy Lainé2010-11-081-1/+1
|
* add server-side support for XEP-0202: Entity TimeJeremy Lainé2010-11-084-0/+140
|
* fix entity time iq testJeremy Lainé2010-11-081-1/+1
|
* 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
| | | | | and handle parsing / serialisation internally.
* add methods for parsing/serialising timezone offsetsJeremy Lainé2010-11-084-0/+55
|
* fix for entity time API changeJeremy Lainé2010-10-291-1/+1
|
* fix QXmppEntityTimeIq testsJeremy Lainé2010-10-291-1/+1
|
* QXmppEntityTimeIq::utc() should return a QDateTime, the user should not have ↵Jeremy Lainé2010-10-293-9/+11
| | | | to implement parsing / serialization
* remove placeholderText property to remove Qt 4.7 dependencyManjeet Dahiya2010-10-291-6/+0
|
* 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-202-23/+168
| | | | | | - does not require explicit linking against -ldnsapi or -lresolv - handles record ordering acording to RFC 2782
* removing contact should remove the contact from the UI as wellManjeet Dahiya2010-10-193-0/+13
|
* add GuiClient to buildManjeet Dahiya2010-10-191-2/+3
|
* 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
|
* resizeManjeet Dahiya2010-10-191-2/+2
|
* qt versions, run time & build timeManjeet Dahiya2010-10-191-1/+2
|
* add Qt versionManjeet Dahiya2010-10-191-2/+6
|
* fix typo in unit testsJeremy Lainé2010-10-191-1/+1
|
* 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
| | | | | after QObject::findChild().
* fix includes of accountsCache classManjeet Dahiya2010-10-182-1/+4
|
* remove unnecessary includes from main.cppManjeet Dahiya2010-10-181-4/+1
|
* remove unnecessary includesManjeet Dahiya2010-10-181-3/+1
|
* cosmeticsManjeet Dahiya2010-10-181-0/+1
|