aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-642/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* improve documentation of setClientPresenceJeremy Lainé2010-08-101-1/+6
|
* move deprecated functions to end and strip documentationJeremy Lainé2010-08-101-56/+41
|
* deprecate QXmppClient::getClientPresenceJeremy Lainé2010-08-101-11/+16
|
* RPC: splitting methodName should not be done at the QXmppRpcIq level,Jeremy Lainé2010-08-101-3/+9
| | | | | | it is perfectly legitimate to not use the INTERFACE.METHOD convention in a Jabber-RPC IQ
* deprecated QXmppClient::getConfigurationJeremy Lainé2010-08-091-10/+11
|
* rework internal XML RPC APIsJeremy Lainé2010-08-091-2/+2
|
* further cleanup of XMP RPC codeJeremy Lainé2010-08-091-1/+1
|
* rename RPC IQ accessors starting with "get"Jeremy Lainé2010-08-091-6/+5
|
* reference QXmppCallManager in API documentationJeremy Lainé2010-07-211-0/+1
|
* mention QXmppMucManager in doxygen main pageJeremy Lainé2010-07-191-0/+1
|
* rename QXmppRoster.[cpp|h] to QXmppRosterManager.[cpp|h]Jeremy Lainé2010-07-191-1/+1
|
* rename QXmppRoster to QXmppRosterManagerJeremy Lainé2010-07-191-8/+8
|
* add a mainpage for doxygen documentationJeremy Lainé2010-07-181-0/+21
|
* improve code documentationJeremy Lainé2010-07-181-7/+13
|
* fix deprecation warningJeremy Lainé2010-07-181-1/+1
|
* * replace QXmppClient::getRoster by QXmppClient::rosterManagerJeremy Lainé2010-07-181-2/+14
| | | | | * replace QXmppClient::getVCardManager by QXmppClient::vCardManager
* add intial support for Jingle RTP SessionsJeremy Lainé2010-07-181-0/+11
|
* set initial presence extensions for XEP-0115Jeremy Lainé2010-07-151-0/+4
|
* 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
|