aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppConfiguration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename "source" directory to "src"Jeremy Lainé2010-08-111-484/+0
|
* reassign copyright to "The QXmpp developers"Jeremy Lainé2010-08-101-1/+1
|
* improve code documentationJeremy Lainé2010-07-181-3/+3
|
* set QXmppConfiguration::m_autoAcceptSubscriptions to false by defaultJeremy Lainé2010-05-051-1/+1
|
* add configuration options for keep aliveJeremy Lainé2010-03-101-1/+35
|
* remove deprecated functions callsManjeet Dahiya2010-03-041-2/+2
|
* API cleanup: accessors namingManjeet Dahiya2010-03-041-15/+96
|
* documentation updatesManjeet Dahiya2010-02-121-13/+148
|
* add a configuration item to decide whether to ignore SSL errors (issue #42)Jeremy Lainé2010-02-111-0/+17
|
* Fix for Manjeet Dahiya2009-10-261-217/+217
| | | | | | | | 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
* QXmppConfiguration::getNetworkProxy();Manjeet Dahiya2009-10-241-1/+1
| | | | | to QXmppConfiguration::getNetworkProxy() const;
* Fix for Issue 12: Proxy supportManjeet Dahiya2009-10-241-0/+23
| | | | Adding functions in QXmppConfiguration to specify QNetworkProxy.
* Fix for Issue 21: Implement SASL DIGEST-MD5 Authentication mechanismManjeet Dahiya2009-10-231-1/+1
| | | | Also setting SASLDigestMD5 as a default SASLAuth mechanism.
* Fix for Issue 17: Authentication and stream security configuration optionsManjeet Dahiya2009-10-211-2/+46
|
* fix for Issue 18: Class XXX has virtual functions but non-virtual destructor ↵Manjeet Dahiya2009-10-201-2/+2
| | | | | | -warnings and other warnings
* XEP-0078: Non-SASL Authentication ImplementationManjeet Dahiya2009-10-181-1/+31
|
* XEP-0054: vcard-temp implementation and other code cleanupsManjeet Dahiya2009-09-071-2/+5
|
* Fix Issue 2: problem when sending messages with < or > characters in body fieldsManjeet Dahiya2009-09-051-11/+1
| | | | Fix Issue 3: QXmppClient::connected signal
* addManjeet Dahiya2009-06-141-0/+127