aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppReconnectionManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tidy up QXmppStream logging so that we can set a null loggerJeremy Lainé2010-06-231-1/+0
|
* QXmppReconnectionManager should not alter the client's initial presenceJeremy Lainé2010-06-101-1/+1
|
* report authentication errorsJeremy Lainé2010-05-111-1/+1
|
* add support for keep aliveJeremy Lainé2010-03-101-0/+5
|
* fixupJeremy Lainé2010-03-081-1/+1
|
* rework QXmppLogger yet againJeremy Lainé2010-03-081-1/+1
|
* rework QXmppLogger againJeremy Lainé2010-03-081-1/+1
|
* refactor loggingJeremy Lainé2010-03-081-1/+2
|
* suppress unused variable warningManjeet Dahiya2010-03-081-0/+1
|
* don't reconnect to XMPP server after a conflict was received (issue #41)Jeremy Lainé2010-02-251-1/+10
|
* Fix for Manjeet Dahiya2009-10-261-86/+86
| | | | | | | | 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-1/+3
| | | | | | -warnings and other warnings
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-2/+27
|
* utils to QXmppUtilsManjeet Dahiya2009-09-051-1/+1
|
* Reconnection mechanismManjeet Dahiya2009-09-051-0/+59