aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Collapse)AuthorAgeFilesLines
* check sendFile is actually given a full JIDJeremy Lainé2015-08-151-6/+10
|
* add a note that QXmppTransferManager::sendFile requires a full JIDJeremy Lainé2015-08-151-0/+6
|
* Make QXmppClient::connectToServer(config, presence) a slot (closes #63)Jeremy Lainé2015-07-311-3/+3
|
* Remove trailing comma after last item in enumsJeremy Lainé2015-03-134-9/+9
| | | | This allows compilation with GCC in pedantic mode.
* rename 'error' to 'errors' in socketSslErrors slotJeremy Lainé2015-03-121-4/+4
|
* emit sslErrors in a way they can be ignored on demandJeremy Lainé2015-03-123-1/+9
|
* Add a QXmppClient::sslErrors signal to report SSL errors.Jeremy Lainé2015-03-112-0/+10
|
* clean up support for 'bad-auth' replies, see #36Jeremy Lainé2015-02-251-3/+4
|
* Handle `bad-auth` auth replies, closes #36.0xd34df00d2015-01-281-0/+2
|
* move documentation mainpage to doc/index.docJeremy Lainé2014-08-211-41/+0
|
* Merge pull request #8 from trulabs/feature/XEP-0333Jeremy Lainé2014-06-231-1/+2
|\ | | | | XEP-0333: Chat Markers
| * Advertise support for XEP-0333Juan Aragon2014-05-211-1/+2
| |
* | Added ability to retrieve socket error string for clientNikita Krupenko2014-06-042-0/+9
|/
* add support for legacy SSLJeremy Lainé2014-04-062-5/+15
|
* Use QString() instead of "" for default methods argumentsJeremy Lainé2014-03-282-3/+3
|
* update project homepageJeremy Lainé2014-03-2837-42/+42
|
* update project homepageJeremy Lainé2014-03-2737-42/+42
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-2637-37/+37
|
* re-order member initialization (silences GCC warning)Jeremy Lainé2013-08-281-2/+2
|
* Fixed possible memory leak in QXmppTransferManagerNikita Krupenko2013-08-281-1/+1
|
* Fixed C-style pointer castNikita Krupenko2013-08-281-2/+2
|
* Fixed uninitialized pointers in QXmppOutgoingClientPrivateNikita Krupenko2013-08-281-0/+2
|
* Fixed uninitialized pointer in QXmppCallPrivateNikita Krupenko2013-08-281-0/+1
|
* Fixed uninitialized member in QXmppOutgoingClientNikita Krupenko2013-08-281-0/+1
|
* Update self nick only if the nick change is successful.0xd34df00d2013-03-121-6/+12
|
* Disable Facebook / Google / Facebook specific mechanisms if we do notJeremy Lainé2013-03-091-0/+6
| | | | | | | have the corresponding credentials. Google recently changed their XMPP servers, and X-OAUTH2 is now listed before PLAIN. QXmpp was failing to connect to their servers.
* cosmetic: re-order methods alphabeticallyJeremy Lainé2013-02-052-11/+11
|
* Add QXmppClient::insertExtension()Oskari Timperi2013-02-052-2/+13
| | | | | Now users who need greater control from the library can insert their own managers to the beginning of the extensions list and catch every stanza.
* Remove managers from QXmppClientPrivate, use the extensions list insteadOskari Timperi2013-02-051-22/+6
|
* convert QMetaType::construct to QMetaType::create for qt >= 5Matt Broadstone2012-11-161-0/+5
|
* move from toAscii() to toLatin1()Matt Broadstone2012-11-161-2/+2
|
* move IPv6 specifics inside QXmppSocksServerJeremy Lainé2012-09-181-19/+4
|
* enable IPv6 file transfersJeremy Lainé2012-09-171-29/+25
|
* bring QXmppTransferManager back to 3 argumentsJeremy Lainé2012-09-172-3/+3
|
* Allow StreamHost::host to contain a host nameJeremy Lainé2012-09-171-9/+9
|
* Use room jid instead of user jid in invitations.0xd34df00d2012-09-121-1/+1
| | | | | Otherwise the invitee got invited into a "room" with a jid equal to his one.
* fixJeremy Lainé2012-09-121-1/+1
|
* test stream initiation IQ serialisation / parsingJeremy Lainé2012-09-122-32/+13
|
* add/test QXmppTransferFileInfo parsing/serialisationJeremy Lainé2012-09-122-0/+31
|
* QXmppTransferManager: use actual data forms instead of manually parsing themJeremy Lainé2012-09-121-98/+38
|
* Add XEP-0045: Multi-User Chat attributes to QXmppPresence.Jeremy Lainé2012-09-121-19/+7
|
* prune dead codeJeremy Lainé2012-09-121-6/+0
|
* explicitly parse XEP-0249: Direct MUC Invitations message attributesJeremy Lainé2012-09-121-10/+5
|
* Added description field to file transfers.0xd34df00d2012-09-102-2/+25
|
* replace "incrementCounter" by "updateCounter"Jeremy Lainé2012-09-101-4/+4
|
* add countersJeremy Lainé2012-09-101-0/+4
|
* more plumbing for stat countersJeremy Lainé2012-09-101-0/+4
|
* Fix QXmppMucRoom::name(), only consider discovery IQs from the room.Jeremy Lainé2012-09-061-9/+11
|
* clarify discovery IQ handlingJeremy Lainé2012-09-061-23/+31
|
* With Qt >= 4.8, verify peer SSL certificate against domain name as specified ↵Jeremy Lainé2012-09-061-0/+5
| | | | by RFC 3920.