| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename "source" directory to "src" | Jeremy Lainé | 2010-08-11 | 1 | -259/+0 |
| | | |||||
| * | reassign copyright to "The QXmpp developers" | Jeremy Lainé | 2010-08-10 | 1 | -1/+1 |
| | | |||||
| * | deprecate convenience setClientPresence() methods | Jeremy Lainé | 2010-08-10 | 1 | -7/+6 |
| | | |||||
| * | deprecate QXmppClient::getClientPresence | Jeremy Lainé | 2010-08-10 | 1 | -5/+8 |
| | | |||||
| * | deprecated QXmppClient::getConfiguration | Jeremy Lainé | 2010-08-09 | 1 | -2/+3 |
| | | |||||
| * | fix documentation for QXMPP_NO_GUI flag | Jeremy Lainé | 2010-07-21 | 1 | -2/+2 |
| | | |||||
| * | rename QXmppRoster to QXmppRosterManager | Jeremy Lainé | 2010-07-19 | 1 | -7/+7 |
| | | |||||
| * | deprecate getXmppStreamError | Jeremy Lainé | 2010-07-18 | 1 | -1/+1 |
| | | |||||
| * | improve code documentation | Jeremy Lainé | 2010-07-18 | 1 | -21/+25 |
| | | |||||
| * | fix references to getRoster | Jeremy Lainé | 2010-07-18 | 1 | -1/+1 |
| | | |||||
| * | * replace QXmppClient::getRoster by QXmppClient::rosterManager | Jeremy Lainé | 2010-07-18 | 1 | -8/+14 |
| | | | | | | * replace QXmppClient::getVCardManager by QXmppClient::vCardManager | ||||
| * | improve code documentation | Jeremy Lainé | 2010-07-18 | 1 | -0/+3 |
| | | |||||
| * | improve code documentation | Jeremy Lainé | 2010-07-18 | 1 | -0/+2 |
| | | |||||
| * | add intial support for Jingle RTP Sessions | Jeremy Lainé | 2010-07-18 | 1 | -0/+3 |
| | | |||||
| * | add accessor to test whether a client is connected | Jeremy Lainé | 2010-07-08 | 1 | -0/+1 |
| | | |||||
| * | more logging cleanup | Jeremy Lainé | 2010-06-23 | 1 | -1/+4 |
| | | |||||
| * | * rename getArchiveManager to archiveManager | Jeremy Lainé | 2010-06-23 | 1 | -2/+2 |
| | | | | | | * rename getTransferManager to transferManager | ||||
| * | initial integration of QXmppMucManager | Jeremy Lainé | 2010-06-23 | 1 | -0/+7 |
| | | |||||
| * | make QXmppStream independent from QXmppClient | Jeremy Lainé | 2010-06-04 | 1 | -2/+12 |
| | | |||||
| * | move QXmppConfiguration to QXmppStream | Jeremy Lainé | 2010-06-04 | 1 | -2/+0 |
| | | |||||
| * | use signal/slot to handle RPC | Jeremy Lainé | 2010-06-04 | 1 | -1/+1 |
| | | |||||
| * | move transfer manager from QXmppStream to QXmppClient | Jeremy Lainé | 2010-06-04 | 1 | -0/+1 |
| | | |||||
| * | transfer logger ownership to QXmppStream | Jeremy Lainé | 2010-06-04 | 1 | -1/+0 |
| | | |||||
| * | move vCard manager out of QXmppStream | Jeremy Lainé | 2010-06-04 | 1 | -2/+4 |
| | | |||||
| * | move archive management to QXmppArchiveManager | Jeremy Lainé | 2010-06-04 | 1 | -0/+1 |
| | | |||||
| * | move roster ownership to QXmppClient, so that a QXmppStream can be created ↵ | Jeremy Lainé | 2010-06-04 | 1 | -0/+1 |
| | | | | | without a roster manager | ||||
| * | sending the initial presence is QXmppClient's responsability, not QXmppStream | Jeremy Lainé | 2010-06-04 | 1 | -0/+3 |
| | | |||||
| * | make QXmppClient::sendPacket return a boolean to know whether a packet was ↵ | Jeremy Lainé | 2010-06-04 | 1 | -1/+1 |
| | | | | | actually sent | ||||
| * | don't use a dedicated signal to signal arrival of QXmppVersionIq | Jeremy Lainé | 2010-05-26 | 1 | -4/+0 |
| | | |||||
| * | fix typo (Precence => Presence) | Jeremy Lainé | 2010-05-17 | 1 | -1/+1 |
| | | |||||
| * | report authentication errors | Jeremy Lainé | 2010-05-11 | 1 | -11/+1 |
| | | |||||
| * | fix compilation errors with MS VC2008 | Jeremy Lainé | 2010-05-05 | 1 | -1/+1 |
| | | |||||
| * | QXMPP_NO_GUI doc | Manjeet Dahiya | 2010-04-17 | 1 | -0/+3 |
| | | |||||
| * | add support for keep alive | Jeremy Lainé | 2010-03-10 | 1 | -0/+1 |
| | | |||||
| * | documentation | Manjeet Dahiya | 2010-03-09 | 1 | -1/+1 |
| | | |||||
| * | rework QXmppLogger again | Jeremy Lainé | 2010-03-08 | 1 | -1/+4 |
| | | |||||
| * | refactor logging | Jeremy Lainé | 2010-03-08 | 1 | -0/+2 |
| | | |||||
| * | touchup documentation | Jeremy Lainé | 2010-03-06 | 1 | -15/+14 |
| | | |||||
| * | copyright year | Manjeet Dahiya | 2010-03-04 | 1 | -1/+1 |
| | | |||||
| * | make it possible to override handling of XML elements | Jeremy Lainé | 2010-03-04 | 1 | -0/+2 |
| | | |||||
| * | integrate support for XEP-0092: Software Version | Jeremy Lainé | 2010-03-04 | 1 | -0/+4 |
| | | |||||
| * | replace QXmppIbbTransfer* by QXmppTransferManager | Jeremy Lainé | 2010-02-24 | 1 | -3/+2 |
| | | |||||
| * | integrate support for XEP-0030 : Service Discovery | Jeremy Lainé | 2010-02-11 | 1 | -0/+4 |
| | | |||||
| * | integrate XEP-0136 into QXmppClient | Jeremy Lainé | 2010-02-03 | 1 | -0/+2 |
| | | |||||
| * | documentation | Manjeet Dahiya | 2010-02-01 | 1 | -2/+4 |
| | | |||||
| * | report XMPP stream errors (issue #40) | Jeremy Lainé | 2010-02-01 | 1 | -1/+8 |
| | | |||||
| * | This is the rest of XEP-009. This needs some cleanup and testing still. I ↵ | Ian Geiser | 2009-11-11 | 1 | -0/+14 |
| | | | | | am not happy with the implementation, but I am happy with the interface on QXmppClient. | ||||
| * | Added start of XEP-009. This is only the inteface, being able to invoke ↵ | Ian Geiser | 2009-11-08 | 1 | -0/+10 |
| | | | | | remote methods is next. | ||||
| * | documentation update | Manjeet Dahiya | 2009-11-08 | 1 | -0/+5 |
| | | |||||
| * | Issue 29: allow ConnectToServer to accept a JID instead than a separate user ↵ | Manjeet Dahiya | 2009-11-06 | 1 | -1/+7 |
| | | | | | and domain | ||||
