aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-082-0/+39
|
* QXmppEntityTimeIq::utc() should return a QDateTime, the user should not have ↵Jeremy Lainé2010-10-293-9/+11
| | | | to implement parsing / serialization
* 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
| | | | | | - 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 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
| | | | | after QObject::findChild().
* 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 ↵Jeremy Lainé2010-10-111-3/+1
| | | | field type
* relax "security check" on roster IQs, some servers send the roster from a ↵Jeremy Lainé2010-10-111-1/+1
| | | | full JID
* 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
|
* * improve cleanup of destroyed callsJeremy Lainé2010-09-302-2/+12
| | | | | * make it possible to move QXmppCall objects to threads
* * make addExtension / removeExtension return a booleanJeremy Lainé2010-09-302-11/+23
| | | | | * document removeExtension
* silence compiler warningJeremy Lainé2010-09-301-1/+1
|
* make sure the RTP buffer does not accumulate stale packets : limit the ↵Jeremy Lainé2010-09-302-0/+13
| | | | buffer size
* disable ICE-UDP over IPv6 on Mac OS for now, sending packets failsJeremy Lainé2010-09-301-0/+5
|
* cosmeticsManjeet Dahiya2010-09-282-2/+2
|
* make removeExtension symmetric with addExtensionManjeet Dahiya2010-09-282-16/+15
|
* update doc QXmppClient::sendMessageManjeet Dahiya2010-09-281-1/+2
|
* fix encoding of IPv6 addreses in STUN packetsJeremy Lainé2010-09-281-5/+14
|
* fix STUN debugging stringsJeremy Lainé2010-09-281-12/+6
|
* the "error" element in a presence stanza is already handled by ↵Jeremy Lainé2010-09-281-1/+1
| | | | QXmppStanza::parse(), don't include it in the extensions