aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add accessor to test whether a client is connectedJeremy Lainé2010-07-081-0/+8
|
* more logging cleanupJeremy Lainé2010-06-231-2/+6
|
* * rename getArchiveManager to archiveManagerJeremy Lainé2010-06-231-2/+2
| | | | | * rename getTransferManager to transferManager
* initial integration of QXmppMucManagerJeremy Lainé2010-06-231-1/+11
|
* cleanup accessors for errorsJeremy Lainé2010-06-041-2/+2
|
* make QXmppStream independent from QXmppClientJeremy Lainé2010-06-041-19/+5
|
* move QXmppConfiguration to QXmppStreamJeremy Lainé2010-06-041-13/+13
|
* rework manager ownershipJeremy Lainé2010-06-041-4/+4
|
* fix signal/slot connectionJeremy Lainé2010-06-041-1/+1
|
* use signal/slot to handle RPCJeremy Lainé2010-06-041-0/+5
|
* move transfer manager from QXmppStream to QXmppClientJeremy Lainé2010-06-041-1/+3
|
* transfer logger ownership to QXmppStreamJeremy Lainé2010-06-041-5/+6
|
* move vCard manager out of QXmppStreamJeremy Lainé2010-06-041-1/+3
|
* simplify includesJeremy Lainé2010-06-041-0/+2
|
* move archive management to QXmppArchiveManagerJeremy Lainé2010-06-041-2/+5
|
* move roster ownership to QXmppClient, so that a QXmppStream can be created ↵Jeremy Lainé2010-06-041-1/+2
| | | | without a roster manager
* sending the initial presence is QXmppClient's responsability, not QXmppStreamJeremy Lainé2010-06-041-0/+11
|
* make QXmppClient::sendPacket return a boolean to know whether a packet was ↵Jeremy Lainé2010-06-041-4/+6
| | | | actually sent
* don't use a dedicated signal to signal arrival of QXmppVersionIqJeremy Lainé2010-05-261-4/+0
|
* don't use deprecated QXmppPresence accessorsJeremy Lainé2010-05-171-5/+5
|
* make QXmppClient::setClientPresence connect/disconnect as appropriateJeremy Lainé2010-05-171-18/+31
|
* fix typo (Precence => Presence)Jeremy Lainé2010-05-171-16/+16
|
* report authentication errorsJeremy Lainé2010-05-111-2/+2
|
* fixupJeremy Lainé2010-03-081-1/+1
|
* rework QXmppLogger yet againJeremy Lainé2010-03-081-1/+2
|
* rework QXmppLogger againJeremy Lainé2010-03-081-4/+11
|
* rework loggingJeremy Lainé2010-03-081-1/+1
|
* refactor loggingJeremy Lainé2010-03-081-1/+9
|
* make it possible to override handling of XML elementsJeremy Lainé2010-03-041-0/+17
|
* remove deprecated functions calls of QXmppConfigurationManjeet Dahiya2010-03-041-3/+3
|
* integrate support for XEP-0092: Software VersionJeremy Lainé2010-03-041-0/+4
|
* start cleaning up accessor namesJeremy Lainé2010-03-041-5/+5
|
* replace QXmppIbbTransfer* by QXmppTransferManagerJeremy Lainé2010-02-241-9/+13
|
* documentation updatesManjeet Dahiya2010-02-121-3/+3
|
* integrate support for XEP-0030 : Service DiscoveryJeremy Lainé2010-02-111-0/+5
|
* integrate XEP-0136 into QXmppClientJeremy Lainé2010-02-031-0/+9
|
* report XMPP stream errors (issue #40)Jeremy Lainé2010-02-011-0/+10
|
* This is the rest of XEP-009. This needs some cleanup and testing still. I ↵Ian Geiser2009-11-111-0/+36
| | | | 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 Geiser2009-11-081-1/+58
| | | | remote methods is next.
* Issue 29: allow ConnectToServer to accept a JID instead than a separate user ↵Manjeet Dahiya2009-11-061-0/+34
| | | | and domain
* Fix for Issue 27: misc spelling fixesManjeet Dahiya2009-10-271-3/+3
| | | | Contributor: Marco Molteni
* Issue 15: Implement XEP-0047Manjeet Dahiya2009-10-271-1/+9
|
* Fix for Manjeet Dahiya2009-10-261-339/+339
| | | | | | | | Issue 23: QXmppBind compilation error on macosx starting from r23 Issue 26: examples fail to link on macosx and linux Issue 24: all text files should have the svn property eol-style set Contributed by: Marco Molteni
* fix for Issue 18: Class XXX has virtual functions but non-virtual destructor ↵Manjeet Dahiya2009-10-201-2/+1
| | | | | | -warnings and other warnings
* XEP-0078: Non-SASL Authentication ImplementationManjeet Dahiya2009-10-181-0/+6
|
* setReconnectionManager bug and documentation updateManjeet Dahiya2009-09-201-2/+9
|
* documentationManjeet Dahiya2009-09-171-14/+136
|
* bug fixesManjeet Dahiya2009-09-141-0/+2
|
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-11/+21
|
* Fix Issue 2: problem when sending messages with < or > characters in body fieldsManjeet Dahiya2009-09-051-5/+105
| | | | Fix Issue 3: QXmppClient::connected signal