aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* update project homepageJeremy Lainé2014-03-27126-131/+131
|
* hide some methods from doxygenJeremy Lainé2014-03-261-0/+2
|
* bump version to 0.8.0Jeremy Lainé2014-03-261-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-26125-125/+125
|
* fix typoJeremy Lainé2014-03-261-1/+1
|
* Remove deprecated QXmppPresence::Status typeJeremy Lainé2014-03-262-129/+27
|
* Documented QXmppVCardOrganization.0xd34df00d2014-03-261-2/+24
|
* Added QXmppVCardOrganization API.0xd34df00d2014-03-222-0/+152
|
* Added QPair include just in case.0xd34df00d2014-03-091-0/+1
|
* Avoid keeping the source QDomDocument in QXmppElement.0xd34df00d2014-03-032-5/+19
| | | | | Serialize the node instead of keeping QDomElement with a ref to the original QDomDOcument.
* QXmppElement::sourceDomElement().0xd34df00d2014-02-282-1/+10
|
* Namespace-based matching for known elements.0xd34df00d2014-02-281-14/+15
|
* Support other extensions besides 'x' in QXmppMessage.0xd34df00d2014-02-111-14/+42
|
* 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
|
* Added missing assert for connecting signal in QXmppStreamNikita Krupenko2013-08-281-0/+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 pointer in QXmppRtpAudioChannelPrivateNikita Krupenko2013-08-281-0/+1
|
* Fixed uninitialized member in QXmppOutgoingClientNikita Krupenko2013-08-281-0/+1
|
* Fix QXmppServer incoming connections with Qt5 (issue 175).Jeremy Lainé2013-08-262-0/+8
|
* Update self nick only if the nick change is successful.0xd34df00d2013-03-121-6/+12
|
* bump versionJeremy Lainé2013-03-092-2/+2
|
* 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
|
* bump version to 0.7.5Jeremy Lainé2013-01-111-1/+1
|
* convert to use of QUrlQuery for qt >= 5Matt Broadstone2012-11-161-0/+16
|
* convert QMetaType::construct to QMetaType::create for qt >= 5Matt Broadstone2012-11-161-0/+5
|
* convert QString::fromAscii to QString::fromLatin1Matt Broadstone2012-11-161-5/+5
|
* move from toAscii() to toLatin1()Matt Broadstone2012-11-1610-15/+15
|
* Avoid extra ';' in QXmppVCardIq declaration.0xd34df00d2012-10-221-3/+3
| | | | | Otherwise clang, for example, complains a lot about this with the -pedantic option.
* fall back to DNS SRV stub for unknown platformsJeremy Lainé2012-10-151-0/+1
|
* make a note of an error case when listening for IPv6Jeremy Lainé2012-10-051-0/+1
|
* bump version to 0.7.4Jeremy Lainé2012-10-011-1/+1
|
* remove QXmppSocksServer::isListening()Jeremy Lainé2012-09-182-6/+0
|
* move IPv6 specifics inside QXmppSocksServerJeremy Lainé2012-09-183-29/+21
|
* re-enable IPv6 on Mac OSJeremy Lainé2012-09-171-6/+0
|
* 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-175-21/+21
|
* improve QXmppServer::listenFor(Clients|Servers) debuggingJeremy Lainé2012-09-171-2/+2
|
* Enable multiple calls to QXmppServer::listenFor(Clients|Servers)Jeremy Lainé2012-09-171-35/+83
| | | | | Make it possible to call listenForClients and listenForServers multiple times to supported multiple IP address / ports.
* fix typoJeremy Lainé2012-09-141-1/+1
|
* cleanup includes / forward declarationsJeremy Lainé2012-09-1410-33/+3
|
* 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
|
* make QXmppStreamInitiationIq private APIJeremy Lainé2012-09-123-6/+19
|