| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor data form media element | Linus Jahn | 2019-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | * Add QXmppDataForm::MediaSource instead of using a QPair<QString, QString> to save the URIs and content types. * Deprecate QXmppDataForm::Media: The extra class was useless: Each Field has exactly one media element and the media element has only two attributes (size and media sources) * Add mediaSources and mediaSize attributes to the QXmppDataForm::Field * Deprecate getters/setters for the Media element of QXmppDataForm::Field (they are still working and tested) | ||||
| * | doc: Move HTTP File Upload to finished XEPs | Linus Jahn | 2019-10-23 | 1 | -1/+1 |
| | | |||||
| * | Implement XEP-0363: HTTP File Upload: UploadRequestManager | Linus Jahn | 2019-10-20 | 1 | -0/+1 |
| | | | | | | This adds a manager to simplify service discovery and IQ sending for XEP-0363: HTTP File Upload. | ||||
| * | Add deprecation system similiar to Qt's | Linus Jahn | 2019-10-14 | 1 | -0/+4 |
| | | | | | | | | | | | | | This adds the QXMPP_DISABLE_DEPRECATED_BEFORE option and a QXMPP_DEPRECATED_SINCE(major, minor) macro. They work like their Qt equivalent: - QXMPP_DISABLE_DEPRECATED_BEFORE defines the version number of source compatibility to be kept with. By default this is the major version (e.g. QXmpp 1.0.0) - QXMPP_DEPRECATED_SINCE(major, minor) returns true, if functions that got deprecated at this version should still be included. | ||||
| * | Implement XEP-0334: Message Processing Hints | Linus Jahn | 2019-09-08 | 1 | -0/+1 |
| | | | | | | | | | | | This implements parsing and serialization of XEP-0334: Message Processing Hints in version 0.3.0. https://xmpp.org/extensions/xep-0334.html Co-authored-by: Juan Aragon <jaaragont@gmail.com> Co-authored-by: Sam Truscott <sam@wumpus.co.uk> | ||||
| * | Implement XEP-0380: Explicit Message Encryption | Linus Jahn | 2019-09-06 | 1 | -0/+1 |
| | | | | | | | | This adds parsing and serialization for XEP-0380: Explicit Message Encryption in version 0.3.0. https://xmpp.org/extensions/xep-0380.html | ||||
| * | Implement XEP-0367: Message Attaching | Linus Jahn | 2019-09-06 | 1 | -0/+1 |
| | | | | | | This adds parsing and serialization for XEP-0367: Message Attaching in version 0.3.0. | ||||
| * | Implement XEP-0363: HTTP File Upload: Request/Slot IQs | Linus Jahn | 2019-05-04 | 1 | -0/+1 |
| | | | | | | This implements the IQs for requesting and receiving upload slots as defined by XEP-0363: HTTP File Upload in version 0.9.0. | ||||
| * | Update implementation of XEP-0369 (v0.14.2) and XEP-0405 (v0.4.0) | Linus Jahn | 2019-05-04 | 1 | -2/+2 |
| | | | | | | 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/+1 |
| | | | | | This adds parsing and serialization of spoilers in the QXmppMessage class. | ||||
| * | Implement XEP-0369/XEP-0405 (MIX): IQ queries | Linus Jahn | 2019-01-20 | 1 | -0/+2 |
| | | | | | | | 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. | ||||
| * | doc: index: Add QXmppMamManager | Linus Jahn | 2019-01-15 | 1 | -0/+1 |
| | | |||||
| * | Fix spelling errors | Boris Pek | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Implement XEP-0319: Last User Interaction in Presence | Linus Jahn | 2019-01-04 | 1 | -0/+1 |
| | | |||||
| * | doc: Update supported XEPs list | Linus Jahn | 2019-01-03 | 1 | -6/+10 |
| | | |||||
| * | Fix generating of Doxygen documentation | Boris Pek | 2018-10-11 | 3 | -14/+18 |
| | | | | | Closes: #158 | ||||
| * | support XEP-0237 Roster Versioning | Zam | 2018-08-17 | 1 | -0/+1 |
| | | |||||
| * | Fix paths in CMakeLists.txt | Niels Ole Salscheider | 2018-06-17 | 1 | -1/+1 |
| | | |||||
| * | Port docs to new build system | Niels Ole Salscheider | 2017-09-04 | 4 | -154/+33 |
| | | |||||
| * | remove "html" directory on distclean | Jeremy Lainé | 2015-01-07 | 1 | -0/+1 |
| | | |||||
| * | make documentation generation work in out-of-source builds | Jeremy Lainé | 2015-01-07 | 2 | -3/+9 |
| | | |||||
| * | clear doxygen_sqlite3.db | Jeremy Lainé | 2014-12-19 | 1 | -1/+1 |
| | | |||||
| * | prune trailing whitespace | Jeremy Lainé | 2014-12-19 | 1 | -3/+3 |
| | | |||||
| * | put "using qxmpp" in docs | Jeremy Lainé | 2014-08-21 | 2 | -1/+111 |
| | | |||||
| * | add list of XEPs to documentation | Jeremy Lainé | 2014-08-21 | 3 | -41/+82 |
| | | |||||
| * | move documentation mainpage to doc/index.doc | Jeremy Lainé | 2014-08-21 | 2 | -1/+42 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -2/+2 |
| | | |||||
| * | add links to RFCs in HTML documentation | Jeremy Lainé | 2012-09-06 | 1 | -0/+4 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -1/+1 |
| | | |||||
| * | documentation fixes | Jeremy Lainé | 2012-07-21 | 1 | -1/+2 |
| | | |||||
| * | hide some classes from docs | Jeremy Lainé | 2012-07-20 | 1 | -1/+1 |
| | | |||||
| * | fix doc generation | Jeremy Lainé | 2012-02-08 | 1 | -1/+2 |
| | | |||||
| * | rename QXMPP_INCLUDE_DIR to QXMPP_INCLUDEPATH | Jeremy Lainé | 2012-02-08 | 1 | -1/+1 |
| | | |||||
| * | exclude qdnslookup from docs | Jeremy Lainé | 2012-01-31 | 1 | -1/+1 |
| | | |||||
| * | make "doxyfilter" work on OS X | Jeremy Lainé | 2011-09-26 | 1 | -0/+1 |
| | | |||||
| * | improve doxyfilter to catch the whole XEP name | Jeremy Lainé | 2011-09-20 | 1 | -1/+2 |
| | | |||||
| * | change format | Manjeet Dahiya | 2011-01-22 | 1 | -1/+1 |
| | | |||||
| * | copyright year update | Manjeet Dahiya | 2011-01-21 | 1 | -1/+1 |
| | | |||||
| * | rework documentation generation | Jeremy Lainé | 2010-12-16 | 3 | -1562/+13 |
| | | |||||
| * | improve Doxyfile generation | Jeremy Lainé | 2010-12-16 | 2 | -17/+47 |
| | | |||||
| * | add code for adjusting Doxyfile | Jeremy Lainé | 2010-12-16 | 1 | -4/+41 |
| | | |||||
| * | fix doxyfilter output dir | Jeremy Lainé | 2010-12-16 | 1 | -1/+1 |
| | | |||||
| * | add C++ Doxygen filter | Jeremy Lainé | 2010-12-16 | 2 | -0/+59 |
| | | |||||
| * | delete old html files | Manjeet Dahiya | 2010-08-31 | 277 | -34317/+0 |
| | | |||||
| * | * no need to exclude tests.* from documentation, tests are is a separate ↵ | Jeremy Lainé | 2010-08-23 | 1 | -2/+2 |
| | | | | | | | | directory * exclude moc_* files from documentation | ||||
| * | latest doc | Manjeet Dahiya | 2010-08-22 | 173 | -173/+173 |
| | | |||||
| * | add doc html | Manjeet Dahiya | 2010-08-21 | 277 | -1/+34231 |
| | | |||||
| * | test serving doc from svn | Manjeet Dahiya | 2010-08-21 | 1 | -0/+87 |
| | | |||||
| * | rename "source" directory to "src" | Jeremy Lainé | 2010-08-11 | 1 | -1/+1 |
| | | |||||
