| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | QXmppTransferManager: Close only devices which we opened. | Alexandr Akulich | 2015-10-27 | 1 | -1/+4 |
| | | | | | | | | | sendFile() method expects the device to be opened, but QXmppTransferJob::terminate() closes the dev unconditionaly, which breaks reusable QIODevice workflow. Introduce a private boolean variable saying "we created this device". | ||||
| * | QXmppTransferManager: Fixed device ownership. | Alexandr Akulich | 2015-10-27 | 1 | -3/+2 |
| | | | | | | | - sendFile() without a device argument now set Job as a parent for the constructed (own) device. - sendFile() with a device argument does not reparent the device anymore. | ||||
| * | File transfer: Make sure the filename is being converted to a QUrl correctly | fbeutel | 2015-10-21 | 1 | -1/+1 |
| | | |||||
| * | fix typo | Jeremy Lainé | 2015-08-31 | 1 | -1/+1 |
| | | |||||
| * | cosmetic tweak | Jeremy Lainé | 2015-08-31 | 1 | -5/+4 |
| | | |||||
| * | refactor | Jeremy Lainé | 2015-08-31 | 1 | -73/+27 |
| | | |||||
| * | allow QXmppJingleIq to have multiple contents | Jeremy Lainé | 2015-08-31 | 1 | -64/+72 |
| | | |||||
| * | fix compiler warning about unused variable | Jeremy Lainé | 2015-08-28 | 1 | -2/+1 |
| | | |||||
| * | QXmppCallManager : set the local SSRC in jingle IQ | Jeremy Lainé | 2015-08-27 | 1 | -0/+1 |
| | | |||||
| * | check sendFile is actually given a full JID | Jeremy Lainé | 2015-08-15 | 1 | -6/+10 |
| | | |||||
| * | add a note that QXmppTransferManager::sendFile requires a full JID | Jeremy Lainé | 2015-08-15 | 1 | -0/+6 |
| | | |||||
| * | Make QXmppClient::connectToServer(config, presence) a slot (closes #63) | Jeremy Lainé | 2015-07-31 | 1 | -3/+3 |
| | | |||||
| * | Remove trailing comma after last item in enums | Jeremy Lainé | 2015-03-13 | 4 | -9/+9 |
| | | | | | This allows compilation with GCC in pedantic mode. | ||||
| * | rename 'error' to 'errors' in socketSslErrors slot | Jeremy Lainé | 2015-03-12 | 1 | -4/+4 |
| | | |||||
| * | emit sslErrors in a way they can be ignored on demand | Jeremy Lainé | 2015-03-12 | 3 | -1/+9 |
| | | |||||
| * | Add a QXmppClient::sslErrors signal to report SSL errors. | Jeremy Lainé | 2015-03-11 | 2 | -0/+10 |
| | | |||||
| * | clean up support for 'bad-auth' replies, see #36 | Jeremy Lainé | 2015-02-25 | 1 | -3/+4 |
| | | |||||
| * | Handle `bad-auth` auth replies, closes #36. | 0xd34df00d | 2015-01-28 | 1 | -0/+2 |
| | | |||||
| * | move documentation mainpage to doc/index.doc | Jeremy Lainé | 2014-08-21 | 1 | -41/+0 |
| | | |||||
| * | Merge pull request #8 from trulabs/feature/XEP-0333 | Jeremy Lainé | 2014-06-23 | 1 | -1/+2 |
| |\ | | | | | XEP-0333: Chat Markers | ||||
| | * | Advertise support for XEP-0333 | Juan Aragon | 2014-05-21 | 1 | -1/+2 |
| | | | |||||
| * | | Added ability to retrieve socket error string for client | Nikita Krupenko | 2014-06-04 | 2 | -0/+9 |
| |/ | |||||
| * | add support for legacy SSL | Jeremy Lainé | 2014-04-06 | 2 | -5/+15 |
| | | |||||
| * | Use QString() instead of "" for default methods arguments | Jeremy Lainé | 2014-03-28 | 2 | -3/+3 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 37 | -42/+42 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 37 | -42/+42 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 37 | -37/+37 |
| | | |||||
| * | re-order member initialization (silences GCC warning) | Jeremy Lainé | 2013-08-28 | 1 | -2/+2 |
| | | |||||
| * | Fixed possible memory leak in QXmppTransferManager | Nikita Krupenko | 2013-08-28 | 1 | -1/+1 |
| | | |||||
| * | Fixed C-style pointer cast | Nikita Krupenko | 2013-08-28 | 1 | -2/+2 |
| | | |||||
| * | Fixed uninitialized pointers in QXmppOutgoingClientPrivate | Nikita Krupenko | 2013-08-28 | 1 | -0/+2 |
| | | |||||
| * | Fixed uninitialized pointer in QXmppCallPrivate | Nikita Krupenko | 2013-08-28 | 1 | -0/+1 |
| | | |||||
| * | Fixed uninitialized member in QXmppOutgoingClient | Nikita Krupenko | 2013-08-28 | 1 | -0/+1 |
| | | |||||
| * | Update self nick only if the nick change is successful. | 0xd34df00d | 2013-03-12 | 1 | -6/+12 |
| | | |||||
| * | Disable Facebook / Google / Facebook specific mechanisms if we do not | Jeremy Lainé | 2013-03-09 | 1 | -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 alphabetically | Jeremy Lainé | 2013-02-05 | 2 | -11/+11 |
| | | |||||
| * | Add QXmppClient::insertExtension() | Oskari Timperi | 2013-02-05 | 2 | -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 instead | Oskari Timperi | 2013-02-05 | 1 | -22/+6 |
| | | |||||
| * | convert QMetaType::construct to QMetaType::create for qt >= 5 | Matt Broadstone | 2012-11-16 | 1 | -0/+5 |
| | | |||||
| * | move from toAscii() to toLatin1() | Matt Broadstone | 2012-11-16 | 1 | -2/+2 |
| | | |||||
| * | move IPv6 specifics inside QXmppSocksServer | Jeremy Lainé | 2012-09-18 | 1 | -19/+4 |
| | | |||||
| * | enable IPv6 file transfers | Jeremy Lainé | 2012-09-17 | 1 | -29/+25 |
| | | |||||
| * | bring QXmppTransferManager back to 3 arguments | Jeremy Lainé | 2012-09-17 | 2 | -3/+3 |
| | | |||||
| * | Allow StreamHost::host to contain a host name | Jeremy Lainé | 2012-09-17 | 1 | -9/+9 |
| | | |||||
| * | Use room jid instead of user jid in invitations. | 0xd34df00d | 2012-09-12 | 1 | -1/+1 |
| | | | | | | Otherwise the invitee got invited into a "room" with a jid equal to his one. | ||||
| * | fix | Jeremy Lainé | 2012-09-12 | 1 | -1/+1 |
| | | |||||
| * | test stream initiation IQ serialisation / parsing | Jeremy Lainé | 2012-09-12 | 2 | -32/+13 |
| | | |||||
| * | add/test QXmppTransferFileInfo parsing/serialisation | Jeremy Lainé | 2012-09-12 | 2 | -0/+31 |
| | | |||||
| * | QXmppTransferManager: use actual data forms instead of manually parsing them | Jeremy Lainé | 2012-09-12 | 1 | -98/+38 |
| | | |||||
| * | Add XEP-0045: Multi-User Chat attributes to QXmppPresence. | Jeremy Lainé | 2012-09-12 | 1 | -19/+7 |
| | | |||||
