| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | * improve cleanup of destroyed calls | Jeremy Lainé | 2010-09-30 | 2 | -2/+12 |
| | | | | | | * make it possible to move QXmppCall objects to threads | ||||
| * | * make addExtension / removeExtension return a boolean | Jeremy Lainé | 2010-09-30 | 2 | -11/+23 |
| | | | | | | * document removeExtension | ||||
| * | silence compiler warning | Jeremy Lainé | 2010-09-30 | 1 | -1/+1 |
| | | |||||
| * | make sure the RTP buffer does not accumulate stale packets : limit the ↵ | Jeremy Lainé | 2010-09-30 | 2 | -0/+13 |
| | | | | | buffer size | ||||
| * | disable ICE-UDP over IPv6 on Mac OS for now, sending packets fails | Jeremy Lainé | 2010-09-30 | 1 | -0/+5 |
| | | |||||
| * | cosmetics | Manjeet Dahiya | 2010-09-28 | 2 | -2/+2 |
| | | |||||
| * | make removeExtension symmetric with addExtension | Manjeet Dahiya | 2010-09-28 | 2 | -16/+15 |
| | | |||||
| * | update doc QXmppClient::sendMessage | Manjeet Dahiya | 2010-09-28 | 1 | -1/+2 |
| | | |||||
| * | fix encoding of IPv6 addreses in STUN packets | Jeremy Lainé | 2010-09-28 | 1 | -5/+14 |
| | | |||||
| * | fix STUN debugging strings | Jeremy Lainé | 2010-09-28 | 1 | -12/+6 |
| | | |||||
| * | the "error" element in a presence stanza is already handled by ↵ | Jeremy Lainé | 2010-09-28 | 1 | -1/+1 |
| | | | | | QXmppStanza::parse(), don't include it in the extensions | ||||
