aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | (no impact as it is currently unused, but for future API compatibility)
* fix for Issue 85 and Issue 86Manjeet Dahiya2011-02-021-2/+2
| | | | * WINAPI keyword needed for MSVC
* push version changeManjeet Dahiya2011-01-221-1/+1
|
* when writing "xmlns", always use QXmlStreamWriter::writeAttribute(), we ↵Jeremy Lainé2011-01-2118-33/+33
| | | | *know* the value is not empty
* 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. ↵Jeremy Lainé2011-01-191-7/+10
| | | | google.com hosted domains)
* 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 ↵Jeremy Lainé2011-01-181-1/+3
| | | | type matches
* 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
| | | | | * only create reciprocal subscriptions when the appropriate option is set
* 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 QXmppPasswordChecker return more informative codes
* 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 ↵Jeremy Lainé2011-01-121-2/+2
| | | | versions are never called
* 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
|
* silence a doxygen warningJeremy Lainé2011-01-111-0/+1
|
* add setters for archive IQ's, for server-side support of archivingJeremy Lainé2011-01-112-4/+107
|
* fix QXmppElement parenting so that nextSiblingElement() actually worksJeremy Lainé2011-01-111-0/+1
|
* fix typoJeremy Lainé2011-01-071-2/+2
|
* re-order subscription types to allowing binary operations on to/from/bothJeremy Lainé2011-01-071-11/+11
|
* fix class documentation so that QXmpp recognises the brief descriptionJeremy Lainé2010-12-142-3/+3
|