qxmpp icon indicating copy to clipboard operation
qxmpp copied to clipboard

Cross-platform C++ XMPP client and server library

Results 74 qxmpp issues
Sort by recently updated
recently updated
newest added

PR check list: - [x] Document your code - [x] Add `\since QXmpp 1.X`, `QXMPP_EXPORT` - [x] Fix doxygen warnings (see log when building with `-DBUILD_DOCUMENTATION=ON`) - [x] Update `doc/doap.xml`...

Windows headers define a number of macros which conflict with normal names of functions and variables that we want to use. Undefining them fixes it. This pull request makes it...

PR check list: - [x] Document your code - [x] Add `\since QXmpp 1.X`, `QXMPP_EXPORT` - [x] Fix doxygen warnings (see log when building with `-DBUILD_DOCUMENTATION=ON`) - [x] Update `doc/xep.doc`...

* https://xmpp.org/extensions/xep-0388.html * #606 Implementation todos: - [x] parsing of Sasl2 packets - [x] minimal Sasl2Manager - [x] integration into OutgoingClient - [ ] send UserAgent and add options to...

type:feature
section:client

This manager allows to export and import account data to migrate account into another server. PR check list: - [ ] Document your code - [ ] Add `\since QXmpp...

type:feature
section:client

XEP: https://xmpp.org/extensions/xep-0388.html Allows us to implement: * Bind 2: https://xmpp.org/extensions/xep-0386.html * FAST, token-based authentication: https://xmpp.org/extensions/xep-0484.html SASL 2 has been implemented in prosody and ejabberd now: * https://blog.prosody.im/fast-auth/ * https://www.process-one.net/blog/ejabberd-24-02/ Implementation...

type:feature
section:client

Funded by [NLnet](https://nlnet.nl/foundation/) via [NGI Assure](https://nlnet.nl/assure/). PR check list: - [x] Document your code - [x] Add `\since QXmpp 1.X`, `QXMPP_EXPORT` - [x] Fix doxygen warnings (see log when building...

type:feature
section:client

``` $ ./tests/tst_qxmppomemomanager ********* Start testing of tst_QXmppOmemoManager ********* Config: Using QtTest library 5.15.10, Qt 5.15.10 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 13.2.0), debian unknown PASS : tst_QXmppOmemoManager::initTestCase() PASS...

type:bug

PR check list: - [x] Document your code - [x] Add `\since QXmpp 1.X`, `QXMPP_EXPORT` - [x] Fix doxygen warnings (see log when building with `-DBUILD_DOCUMENTATION=ON`) - [x] Update `doc/doap.xml`...

Dear @qxmpp-project team, @lnjX, @jlaine, @tehnick, @0xd34df00d, It follows the original ticket about SCRAM-SHA-*. - https://github.com/qxmpp-project/qxmpp/issues/177 For security, It is always important to support SCRAM-SHA-*-PLUS variants too. Recently, we have...