| Commit message (Expand) | Author | Age | Files | Lines |
| * | bump version | Manjeet Dahiya | 2011-02-05 | 1 | -1/+1 |
| * | remove unnecessary include | Manjeet Dahiya | 2011-02-05 | 1 | -1/+0 |
| * | document default managers | Manjeet Dahiya | 2011-02-05 | 1 | -0/+7 |
| * | updated doc | Manjeet Dahiya | 2011-02-05 | 1 | -0/+5 |
| * | update doc | Manjeet Dahiya | 2011-02-05 | 1 | -1/+1 |
| * | update doc | Manjeet Dahiya | 2011-02-05 | 1 | -0/+8 |
| * | remove unnecessary forward declaration of QXmppTransferManager | Manjeet Dahiya | 2011-02-05 | 1 | -1/+0 |
| * | completely remove QXmppTransferManager from default managers | Manjeet Dahiya | 2011-02-05 | 1 | -6/+0 |
| * | remove transfer manager from the default managers | Manjeet Dahiya | 2011-02-05 | 2 | -15/+3 |
| * | QXmppIceConnection::setStunServer() should not perform DNS queries | Jeremy Lainé | 2011-02-03 | 2 | -22/+4 |
| * | fix for Issue 85 and Issue 86 | Manjeet Dahiya | 2011-02-02 | 1 | -2/+2 |
| * | push version change | Manjeet Dahiya | 2011-01-22 | 1 | -1/+1 |
| * | when writing "xmlns", always use QXmlStreamWriter::writeAttribute(), we *know... | Jeremy Lainé | 2011-01-21 | 18 | -33/+33 |
| * | remove helperToXmlAddNumberElement(), it was only used once | Jeremy Lainé | 2011-01-21 | 3 | -9/+1 |
| * | remove escapeString / unescapeString methods, they are never used | Jeremy Lainé | 2011-01-21 | 2 | -23/+0 |
| * | do not perform unescaping of message body / subject, this is already done by Qt! | Jeremy Lainé | 2011-01-21 | 1 | -5/+3 |
| * | copyright year update | Manjeet Dahiya | 2011-01-21 | 134 | -134/+134 |
| * | when sending additional ICE components, we need to repeat ufrag/pwd | Jeremy Lainé | 2011-01-20 | 1 | -0/+4 |
| * | fix a typo | Jeremy Lainé | 2011-01-20 | 1 | -1/+1 |
| * | make it possible to change the client's capabilities node | Jeremy Lainé | 2011-01-20 | 5 | -13/+34 |
| * | make QXmppPresence getters const (fixes issue #87) | Jeremy Lainé | 2011-01-19 | 2 | -10/+11 |
| * | do not set iq "from" gratuitously | Jeremy Lainé | 2011-01-19 | 5 | -12/+5 |
| * | overhaul QXmppServer's handling a presences | Jeremy Lainé | 2011-01-19 | 2 | -44/+131 |
| * | add QXmppRosterManager::removeRosterEntry() | Jeremy Lainé | 2011-01-19 | 2 | -0/+20 |
| * | fix typo | Jeremy Lainé | 2011-01-19 | 2 | -0/+3 |
| * | allow incoming s2s streams to authenticate for multiple domains (e.g. google.... | Jeremy Lainé | 2011-01-19 | 1 | -7/+10 |
| * | cope with broken gmail.com servers which never send <stream:features> | Jeremy Lainé | 2011-01-19 | 1 | -26/+47 |
| * | STUN: when comparing a reflexive candidate to known candidates, check the typ... | Jeremy Lainé | 2011-01-18 | 1 | -1/+3 |
| * | improve debugging of incoming server-to-server streams | Jeremy Lainé | 2011-01-18 | 1 | -7/+13 |
| * | * avoid crash when receiving an empty roster push | Jeremy Lainé | 2011-01-18 | 1 | -15/+6 |
| * | remove some extraneous calls to QXmppStream::socket(), use d->socket instead | Jeremy Lainé | 2011-01-18 | 1 | -3/+3 |
| * | keep RTP channel logging in sync with QXmppLoggable | Jeremy Lainé | 2011-01-17 | 1 | -4/+4 |
| * | use enum to describe MUC affiliations and roles | Jeremy Lainé | 2011-01-17 | 3 | -25/+127 |
| * | cleanup jingle candidate type parsing/serialisation | Jeremy Lainé | 2011-01-17 | 2 | -19/+39 |
| * | add QXmppServerExtension::presenceSubscriptions() | Jeremy Lainé | 2011-01-17 | 2 | -0/+11 |
| * | do not set objectName in QXmppOutgoingClient | Jeremy Lainé | 2011-01-17 | 1 | -2/+0 |
| * | * do not hardcoded QXmppIncomingClient inactivity timeout | Jeremy Lainé | 2011-01-17 | 2 | -10/+51 |
| * | make QXmppStream::disconnectFromHost virtual | Jeremy Lainé | 2011-01-17 | 1 | -1/+1 |
| * | add an #ifdef to allow detailed logging of which object emitted a message | Jeremy Lainé | 2011-01-17 | 1 | -5/+11 |
| * | fix typo | Jeremy Lainé | 2011-01-13 | 1 | -1/+1 |
| * | automatically assign a resource to incoming clients if none was specified | Jeremy Lainé | 2011-01-12 | 1 | -1/+3 |
| * | make sure QXmppStream::isConnected() is virtual, otherwise the subclassed ver... | Jeremy Lainé | 2011-01-12 | 1 | -2/+2 |
| * | avoid crash if stream socket is 0 | Jeremy Lainé | 2011-01-12 | 1 | -0/+2 |
| * | make sure QXmppDataForm::Field::m_required is initialised | Jeremy Lainé | 2011-01-11 | 1 | -1/+2 |
| * | silence a doxygen warning | Jeremy Lainé | 2011-01-11 | 1 | -0/+1 |
| * | add setters for archive IQ's, for server-side support of archiving | Jeremy Lainé | 2011-01-11 | 2 | -4/+107 |
| * | fix QXmppElement parenting so that nextSiblingElement() actually works | Jeremy Lainé | 2011-01-11 | 1 | -0/+1 |
| * | fix typo | Jeremy Lainé | 2011-01-07 | 1 | -2/+2 |
| * | re-order subscription types to allowing binary operations on to/from/both | Jeremy Lainé | 2011-01-07 | 1 | -11/+11 |
| * | fix class documentation so that QXmpp recognises the brief description | Jeremy Lainé | 2010-12-14 | 2 | -3/+3 |