| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add tests for setters of QXmppStreamFeatures | Linus Jahn | 2019-09-06 | 1 | -0/+25 |
| | | |||||
| * | Add test for checking 'required' mode of stream features | Linus Jahn | 2019-09-06 | 1 | -0/+19 |
| | | | | | Co-authored-by: Melvin Keskin <melvo@olomono.de> | ||||
| * | Implement XEP-0367: Message Attaching | Linus Jahn | 2019-09-06 | 1 | -0/+18 |
| | | | | | | This adds parsing and serialization for XEP-0367: Message Attaching in version 0.3.0. | ||||
| * | travis: show as much build errors as possible | Boris Pek | 2019-09-04 | 1 | -1/+1 |
| | | | | | | Without this option `make` tool stops build after first found build error. | ||||
| * | Add tests for QXmppMessageReceiptManager | Linus Jahn | 2019-05-05 | 2 | -0/+99 |
| | | |||||
| * | Implement XEP-0363: HTTP File Upload: Request/Slot IQs | Linus Jahn | 2019-05-04 | 2 | -0/+173 |
| | | | | | | This implements the IQs for requesting and receiving upload slots as defined by XEP-0363: HTTP File Upload in version 0.9.0. | ||||
| * | tests: mix items: Fix using old namespace in examples | Linus Jahn | 2019-05-04 | 1 | -4/+4 |
| | | |||||
| * | Update implementation of XEP-0369 (v0.14.2) and XEP-0405 (v0.4.0) | Linus Jahn | 2019-05-04 | 2 | -23/+23 |
| | | | | | | The changes in the XEP only affected parts we haven't implemented yet, so updating was rather easy. | ||||
| * | Implement XEP-0382: Spoiler messages (v0.2.0) | Linus Jahn | 2019-05-04 | 1 | -0/+41 |
| | | | | | This adds parsing and serialization of spoilers in the QXmppMessage class. | ||||
| * | Implement MIX-CORE XEP-0369: Info/Participant node items | Linus Jahn | 2019-05-04 | 2 | -0/+160 |
| | | | | | | | | | | This implements the pubsub items for the MIX participants and info node as defined by XEP-0369: Mediated Information eXchange (MIX) in version 0.14.2. https://xmpp.org/extensions/xep-0369.html#participants-node https://xmpp.org/extensions/xep-0369.html#info-node | ||||
| * | Implement MIX-PAM XEP-0405: Roster IQ extension | Linus Jahn | 2019-05-01 | 1 | -0/+42 |
| | | | | | | | | | This adds the MIX extensions for roster queries as defined in XEP-0405: Mediated Information eXchange (MIX): Participant Server Requirements in version 0.4.0. https://xmpp.org/extensions/xep-0405.html#mix-roster-capability-sharing | ||||
| * | Implement MIX-PAM XEP-0405: Presence extension | Linus Jahn | 2019-05-01 | 1 | -0/+28 |
| | | | | | | | | | This implements the new presence extension defined by XEP-0405: Mediated Information eXchange (MIX): Participant Server Requirements in version 0.4.0. https://xmpp.org/extensions/xep-0405.html#usecase-user-presence-receive | ||||
| * | Implement MIX-CORE XEP-0396: Message extension | Linus Jahn | 2019-05-01 | 1 | -0/+28 |
| | | | | | | | | This implements the new message extension specified by XEP-0369: Mediated Information eXchange (MIX) in version 0.14.2. https://xmpp.org/extensions/xep-0369.html#usecase-user-message | ||||
| * | Implement XEP-0369/XEP-0405 (MIX): IQ queries | Linus Jahn | 2019-01-20 | 2 | -0/+420 |
| | | | | | | | This implements all used IQ queries of XEP-0369: Mediated Information eXchange (MIX) (v0.14.1) and XEP-0405: Mediated Information eXchange (MIX): Participant Server Requirements (v0.3.1), including unit tests. | ||||
| * | [sasl] order mechanisms to prefer the most secure | Jeremy Lainé | 2019-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | The previous logic was: - use the preferred SASL mechanism if available - otherwise use the first supported mechanism offered by the server However RFC 6120, section 6.3.3 states: "The initiating entity MUST maintain its own preference order independent of the preference order of the receiving entity." The new logic is: - order our supported mechanisms from most secure to least secure - if the user sets QXmppConfiguration::saslMechanism, put it first - use the best mechanism supported by the server | ||||
| * | [sasl] add support for SCRAM-SHA-1 and SCRAM-SHA-256 | Jeremy Lainé | 2019-01-17 | 1 | -1/+92 |
| | | |||||
| * | [tests] add CMake option to build internal tests | Jeremy Lainé | 2019-01-17 | 2 | -4/+7 |
| | | | | | | | Some tests are disabled by default as they require exporting additional symbols which are not part of the public API. The BUILD_INTERNAL_TESTS option makes it possible to enable these additional tests. | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 35 | -35/+35 |
| | | |||||
| * | Implement XEP-0319: Last User Interaction in Presence | Linus Jahn | 2019-01-04 | 1 | -0/+23 |
| | | |||||
| * | Implement XEP-0308: Last Message Correction | Linus Jahn | 2018-12-30 | 1 | -0/+18 |
| | | |||||
| * | Add partial support of XEP-0066: Out of Band Data | Linus Jahn | 2018-12-19 | 1 | -0/+28 |
| | | | | | | Today this is most important for attaching URLs generated by XEP-0363: HTTP File Upload for a very basic form of media/file sharing. | ||||
| * | Implement XEP-0352: Client State Indication | Linus Jahn | 2018-10-29 | 1 | -0/+3 |
| | | | | | | This commit is based on a pull request by fbeutel (GitHub) (see #87) and was rebased and slightly modified by me. | ||||
| * | [tests] Explicitly include QXmppRtpChannel.h (see #78) | Jeremy Lainé | 2018-10-27 | 1 | -0/+2 |
| | | |||||
| * | CMake: Add binary paths for tests to the include paths | Niels Ole Salscheider | 2018-09-30 | 3 | -0/+3 |
| | | | | | This fixes #141. | ||||
| * | travis: Install clang | Niels Ole Salscheider | 2018-09-30 | 1 | -1/+1 |
| | | | | | Now that we only use the system binaries we have to install this manually. | ||||
| * | travis: Only use system binaries | Niels Ole Salscheider | 2018-09-30 | 1 | -1/+5 |
| | | |||||
| * | [travis] build qxmpp out-of-source | Jeremy Lainé | 2018-09-24 | 1 | -1/+3 |
| | | |||||
| * | [travis] test build on OS X | Jeremy Lainé | 2018-09-18 | 2 | -7/+23 |
| | | |||||
| * | [tests] disable tests that require QXMPP_AUTOTEST_EXPORT (fixes #149) | Jeremy Lainé | 2018-09-18 | 1 | -3/+3 |
| | | |||||
| * | [tests] switch from coveralls to codecov | Jeremy Lainé | 2018-09-08 | 2 | -9/+0 |
| | | |||||
| * | support XEP-0237 Roster Versioning | Zam | 2018-08-17 | 1 | -0/+27 |
| | | |||||
| * | [tests] generate code coverage report | Jeremy Lainé | 2018-06-24 | 2 | -0/+14 |
| | | |||||
| * | Merge pull request #131 from olesalscheider/cmake | Niels Ole Salscheider | 2018-06-23 | 43 | -196/+65 |
| |\ | | | | | Add CMake build system, drop Qt4 support | ||||
| | * | Fix paths in CMakeLists.txt | Niels Ole Salscheider | 2018-06-17 | 1 | -3/+4 |
| | | | |||||
| | * | Fix qxmppsasl test | Niels Ole Salscheider | 2017-09-04 | 1 | -1/+1 |
| | | | |||||
| | * | Drop the version string test | Niels Ole Salscheider | 2017-09-04 | 1 | -6/+0 |
| | | | | | | | | | It is just stupid to adjust this... | ||||
| | * | Update travis scripts | Niels Ole Salscheider | 2017-09-04 | 2 | -32/+7 |
| | | | |||||
| | * | Port tests to the new build system | Niels Ole Salscheider | 2017-09-04 | 39 | -157/+56 |
| | | | |||||
| * | | Fix encoding / decoding of CSRC count in RTP packets | Jeremy Lainé | 2018-02-28 | 1 | -1/+1 |
| |/ | |||||
| * | Add test for QXmppMamManager | Niels Ole Salscheider | 2017-04-29 | 3 | -0/+275 |
| | | |||||
| * | [travis] test builds using clang | Boris Pek | 2017-02-02 | 1 | -0/+5 |
| | | |||||
| * | [carbons] rename QXmppCarbonsManager to QXmppCarbonManager | Jeremy Lainé | 2016-09-04 | 4 | -24/+17 |
| | | |||||
| * | Merge pull request #88 from fbeutel/carbons | fbeutel | 2016-09-04 | 4 | -0/+253 |
| | | | | * Implemented XEP-0280: Message Carbons | ||||
| * | [travis] try to use trusty to fix travis builds | Jeremy Lainé | 2016-08-16 | 1 | -1/+0 |
| | | |||||
| * | bump version to 0.9.3 | Jeremy Lainé | 2015-12-03 | 1 | -1/+1 |
| | | |||||
| * | Change test case for c4f27ae, compare localFileUrl directly | fbeutel | 2015-10-21 | 1 | -1/+1 |
| | | |||||
| * | Added test case for c4f27ae (converting file transfer path correctly) | fbeutel | 2015-10-21 | 1 | -0/+1 |
| | | |||||
| * | improve default candidate selection during SDP generation | Jeremy Lainé | 2015-09-03 | 1 | -0/+50 |
| | | |||||
| * | Add QXmppIceConnection::gatheringState property | Jeremy Lainé | 2015-09-03 | 1 | -2/+8 |
| | | |||||
| * | don't use gcc-specific profiling | Jeremy Lainé | 2015-09-02 | 1 | -13/+1 |
| | | |||||
