| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | more logging unification | Jeremy Lainé | 2010-11-16 | 6 | -68/+86 |
| | | |||||
| * | make QXmppCallManager use QXmppRtpChannel | Jeremy Lainé | 2010-11-16 | 2 | -423/+126 |
| | | |||||
| * | make QXmppStream inherit QXmppLoggable | Jeremy Lainé | 2010-11-16 | 4 | -65/+3 |
| | | |||||
| * | make QXmppIceConnection inherit QXmppLoggable | Jeremy Lainé | 2010-11-16 | 2 | -44/+20 |
| | | |||||
| * | make QXmppClient, QXmppClientExtension, QXmppServer and QXmppServerExtension ↵ | Jeremy Lainé | 2010-11-16 | 8 | -99/+30 |
| | | | | | inherit QXmppLoggable | ||||
| * | add QXmppLoggable, a base class for QObjects which need logging facility | Jeremy Lainé | 2010-11-16 | 2 | -0/+79 |
| | | |||||
| * | add QXmppRtpChannel::supportedPayloadTypes() | Jeremy Lainé | 2010-11-15 | 2 | -3/+43 |
| | | |||||
| * | add QXmppRtpChannel class to move RTP handling out of QXmppCall | Jeremy Lainé | 2010-11-14 | 3 | -0/+441 |
| | | |||||
| * | slightly refactor SASL auth to make QXmppSaslDigestMd5 class more generic | Jeremy Lainé | 2010-11-10 | 4 | -5/+37 |
| | | |||||
| * | start hiding some of QXmppTransferJob's internals | Jeremy Lainé | 2010-11-09 | 2 | -188/+208 |
| | | |||||
| * | add server-side support for XEP-0202: Entity Time | Jeremy Lainé | 2010-11-08 | 4 | -0/+140 |
| | | |||||
| * | only write tzo if the time is valid | Jeremy Lainé | 2010-11-08 | 1 | -3/+3 |
| | | |||||
| * | QXmppEntityTimeIq should store timezone offsets in seconds | Jeremy Lainé | 2010-11-08 | 3 | -21/+22 |
| | | | | | | and handle parsing / serialisation internally. | ||||
| * | add methods for parsing/serialising timezone offsets | Jeremy Lainé | 2010-11-08 | 2 | -0/+39 |
| | | |||||
| * | QXmppEntityTimeIq::utc() should return a QDateTime, the user should not have ↵ | Jeremy Lainé | 2010-10-29 | 3 | -9/+11 |
| | | | | | to implement parsing / serialization | ||||
| * | fix asynchronous DNS SRV lookup for outgoing S2S | Jeremy Lainé | 2010-10-27 | 1 | -1/+1 |
| | | |||||
| * | use asynchronous DNS SRV lookups to avoid freezing clients during lookup | Jeremy Lainé | 2010-10-20 | 7 | -21/+135 |
| | | |||||
| * | resync QXmppSrvInfo with the implementation submitted to Qt: | Jeremy Lainé | 2010-10-20 | 1 | -19/+168 |
| | | | | | | | - does not require explicit linking against -ldnsapi or -lresolv - handles record ordering acording to RFC 2782 | ||||
| * | fix QXmppOutgoingClient and QXmppOutgoingServer for slight DNS SRV API change | Jeremy Lainé | 2010-10-19 | 2 | -2/+2 |
| | | |||||
| * | hide QXmppSrvInfo internals | Jeremy Lainé | 2010-10-19 | 2 | -45/+160 |
| | | |||||
| * | revert API change for findExtension() | Jeremy Lainé | 2010-10-19 | 2 | -5/+5 |
| | | |||||
| * | Restore the original prototype for QXmppClient::findExtension(), it is modeled | Jeremy Lainé | 2010-10-19 | 2 | -6/+6 |
| | | | | | | after QObject::findChild(). | ||||
| * | mark TODO | Manjeet Dahiya | 2010-10-13 | 1 | -0/+2 |
| | | |||||
| * | document vCardUpdateTypes | Manjeet Dahiya | 2010-10-13 | 1 | -4/+6 |
| | | |||||
| * | use hex for during the writing also | Manjeet Dahiya | 2010-10-13 | 1 | -1/+1 |
| | | |||||
| * | hex instead of base64 | Manjeet Dahiya | 2010-10-13 | 1 | -1/+1 |
| | | |||||
| * | suppress warnings | Manjeet Dahiya | 2010-10-12 | 1 | -2/+2 |
| | | |||||
| * | encode / decode presence photo hash to / from base64 | Jeremy Lainé | 2010-10-11 | 1 | -3/+3 |
| | | |||||
| * | store the capability verification string as a QByteArray | Jeremy Lainé | 2010-10-11 | 3 | -8/+8 |
| | | |||||
| * | prune extraneous whitespace | Jeremy Lainé | 2010-10-11 | 1 | -1/+1 |
| | | |||||
| * | not need to re-declare Qt dependencies | Jeremy Lainé | 2010-10-11 | 1 | -1/+0 |
| | | |||||
| * | improve STUN / ICE-UDP support | Jeremy Lainé | 2010-10-11 | 4 | -139/+195 |
| | | |||||
| * | Data Forms XEP specifies that we should use "text single" as the default ↵ | Jeremy Lainé | 2010-10-11 | 1 | -3/+1 |
| | | | | | field type | ||||
| * | relax "security check" on roster IQs, some servers send the roster from a ↵ | Jeremy Lainé | 2010-10-11 | 1 | -1/+1 |
| | | | | | full JID | ||||
| * | fix | Manjeet Dahiya | 2010-10-09 | 1 | -2/+1 |
| | | |||||
| * | improve documentation | Manjeet Dahiya | 2010-10-08 | 1 | -0/+9 |
| | | |||||
| * | update doc | Manjeet Dahiya | 2010-10-08 | 1 | -2/+3 |
| | | |||||
| * | disconnection should be allowed before the XMPP connection has been made | Manjeet Dahiya | 2010-10-08 | 1 | -1/+1 |
| | | |||||
| * | remove commented code | Manjeet Dahiya | 2010-10-05 | 1 | -1/+0 |
| | | |||||
| * | remove unused presenceExtension function | Manjeet Dahiya | 2010-10-05 | 1 | -20/+0 |
| | | |||||
| * | use setCapability.. functions to set the caps values | Manjeet Dahiya | 2010-10-05 | 1 | -3/+15 |
| | | |||||
| * | doc | Manjeet Dahiya | 2010-10-05 | 2 | -0/+2 |
| | | |||||
| * | provide legacy ext attribute | Manjeet Dahiya | 2010-10-05 | 2 | -0/+8 |
| | | |||||
| * | doc update | Manjeet Dahiya | 2010-10-05 | 2 | -0/+7 |
| | | |||||
| * | fix | Manjeet Dahiya | 2010-10-05 | 1 | -1/+14 |
| | | |||||
| * | Qt style get functions | Manjeet Dahiya | 2010-10-05 | 2 | -6/+6 |
| | | |||||
| * | ordering | Manjeet Dahiya | 2010-10-05 | 2 | -14/+14 |
| | | |||||
| * | add cap functions | Manjeet Dahiya | 2010-10-05 | 2 | -0/+61 |
| | | |||||
| * | remove completed TODO | Manjeet Dahiya | 2010-10-05 | 1 | -1/+0 |
| | | |||||
| * | add support for joining password-protected rooms | Jeremy Lainé | 2010-10-04 | 2 | -2/+10 |
| | | |||||
