aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* catch socket errors for outgoing S2S connections, otherwise they never get te...Jeremy Lainé2011-03-162-0/+13
* start preparing TURN support for ICE-UDP transportJeremy Lainé2011-03-122-51/+789
* make it possible to pass QXmppLogger::MessageType between threadsJeremy Lainé2011-03-121-1/+4
* bump versionManjeet Dahiya2011-03-051-1/+1
* multiple fixes for QXmppRtpChannel to get smooth sound on WindowsJeremy Lainé2011-02-212-22/+62
* lib installation on 64 bit machineManjeet Dahiya2011-02-081-1/+1
* bump versionManjeet Dahiya2011-02-051-1/+1
* remove unnecessary includeManjeet Dahiya2011-02-051-1/+0
* document default managersManjeet Dahiya2011-02-051-0/+7
* updated docManjeet Dahiya2011-02-051-0/+5
* update docManjeet Dahiya2011-02-051-1/+1
* update docManjeet Dahiya2011-02-051-0/+8
* remove unnecessary forward declaration of QXmppTransferManagerManjeet Dahiya2011-02-051-1/+0
* completely remove QXmppTransferManager from default managersManjeet Dahiya2011-02-051-6/+0
* remove transfer manager from the default managersManjeet Dahiya2011-02-052-15/+3
* QXmppIceConnection::setStunServer() should not perform DNS queriesJeremy Lainé2011-02-032-22/+4
* fix for Issue 85 and Issue 86Manjeet Dahiya2011-02-021-2/+2
* push version changeManjeet Dahiya2011-01-221-1/+1
* when writing "xmlns", always use QXmlStreamWriter::writeAttribute(), we *know...Jeremy Lainé2011-01-2118-33/+33
* remove helperToXmlAddNumberElement(), it was only used onceJeremy Lainé2011-01-213-9/+1
* remove escapeString / unescapeString methods, they are never usedJeremy Lainé2011-01-212-23/+0
* do not perform unescaping of message body / subject, this is already done by Qt!Jeremy Lainé2011-01-211-5/+3
* copyright year updateManjeet Dahiya2011-01-21134-134/+134
* when sending additional ICE components, we need to repeat ufrag/pwdJeremy Lainé2011-01-201-0/+4
* fix a typoJeremy Lainé2011-01-201-1/+1
* make it possible to change the client's capabilities nodeJeremy Lainé2011-01-205-13/+34
* make QXmppPresence getters const (fixes issue #87)Jeremy Lainé2011-01-192-10/+11
* do not set iq "from" gratuitouslyJeremy Lainé2011-01-195-12/+5
* overhaul QXmppServer's handling a presencesJeremy Lainé2011-01-192-44/+131
* add QXmppRosterManager::removeRosterEntry()Jeremy Lainé2011-01-192-0/+20
* fix typoJeremy Lainé2011-01-192-0/+3
* allow incoming s2s streams to authenticate for multiple domains (e.g. google....Jeremy Lainé2011-01-191-7/+10
* cope with broken gmail.com servers which never send <stream:features>Jeremy Lainé2011-01-191-26/+47
* STUN: when comparing a reflexive candidate to known candidates, check the typ...Jeremy Lainé2011-01-181-1/+3
* improve debugging of incoming server-to-server streamsJeremy Lainé2011-01-181-7/+13
* * avoid crash when receiving an empty roster pushJeremy Lainé2011-01-181-15/+6
* remove some extraneous calls to QXmppStream::socket(), use d->socket insteadJeremy Lainé2011-01-181-3/+3
* keep RTP channel logging in sync with QXmppLoggableJeremy Lainé2011-01-171-4/+4
* use enum to describe MUC affiliations and rolesJeremy Lainé2011-01-173-25/+127
* cleanup jingle candidate type parsing/serialisationJeremy Lainé2011-01-172-19/+39
* add QXmppServerExtension::presenceSubscriptions()Jeremy Lainé2011-01-172-0/+11
* do not set objectName in QXmppOutgoingClientJeremy Lainé2011-01-171-2/+0
* * do not hardcoded QXmppIncomingClient inactivity timeoutJeremy Lainé2011-01-172-10/+51
* make QXmppStream::disconnectFromHost virtualJeremy Lainé2011-01-171-1/+1
* add an #ifdef to allow detailed logging of which object emitted a messageJeremy Lainé2011-01-171-5/+11
* fix typoJeremy Lainé2011-01-131-1/+1
* automatically assign a resource to incoming clients if none was specifiedJeremy Lainé2011-01-121-1/+3
* make sure QXmppStream::isConnected() is virtual, otherwise the subclassed ver...Jeremy Lainé2011-01-121-2/+2
* avoid crash if stream socket is 0Jeremy Lainé2011-01-121-0/+2
* make sure QXmppDataForm::Field::m_required is initialisedJeremy Lainé2011-01-111-1/+2