aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* update platforms supportedManjeet Dahiya2011-02-021-0/+1
|
* updateManjeet Dahiya2011-02-021-4/+3
|
* fix for Issue 85 and Issue 86Manjeet Dahiya2011-02-021-2/+2
| | | | * WINAPI keyword needed for MSVC
* change formatManjeet Dahiya2011-01-221-1/+1
|
* push version changeManjeet Dahiya2011-01-221-1/+1
|
* fix test failureManjeet Dahiya2011-01-221-1/+1
|
* 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
|
* check that message body is correctly unescapedJeremy Lainé2011-01-211-2/+2
|
* do not perform unescaping of message body / subject, this is already done by Qt!Jeremy Lainé2011-01-211-5/+3
|
* update aboutDialogManjeet Dahiya2011-01-211-1/+1
|
* copyright year updateManjeet Dahiya2011-01-213-3/+3
|
* add missing copyrightManjeet Dahiya2011-01-216-0/+144
|
* copyright year updateManjeet Dahiya2011-01-21199-199/+199
|
* 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
|
* document the fact that SSL is requiredJeremy Lainé2011-01-191-1/+1
|
* 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
|
* adapt to QXmppPasswordChecker changesJeremy Lainé2011-01-171-2/+5
|
* * 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
|