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

Hi, this is my first time using qxmpp, but I am having problems as follows ``` -- Selecting Windows SDK version 10.0.17763.0 to target Windows 10.0.22631. CMake Error at CMakeLists.txt:22...

https://xmpp.org/extensions/xep-0386.html - [x] Implement parsing of Bind 2 elements (without bind2 extensions) - [ ] OutgoingClient/Sasl2Manager: Use bind2 resource binding - [ ] Config: Add option for custom resource *tag*...

type:feature

PR check list: - [x] Document your code - [x] Add `\since QXmpp 1.X`, `QXMPP_EXPORT` - [x] Update `doc/doap.xml` - [x] Add unit tests - [x] Format the code: Run...

section:client

Setup of STARTTLS is definitely a task for the outgoing client. My original idea was to do much more in client extensions, but I don't think that's a good idea,...

type:enhancement

[XEP-0484: Fast Authentication Streamlining Tokens](https://xmpp.org/extensions/xep-0484.html) - [ ] parsing - [ ] integrate into sasl2 - [ ] x

type:feature

- [ ] mix manager: enum for supported state - [ ] what to do with QXmpp::BindError (will probably become useless in the future)

This is needed because without that change applications can not store and use app specific data. By example Kaidan export and import its roster settings which requires that all migration...

on master (97ddd0b187a6e54726470fcbb4e772a715a49e23) I get a template error: `QXmppSasl.cpp:1029:9: error: class template argument deduction failed` qxmpp builds fine on Qt 6.7.0, but on another machine with Qt 5.15.2: ```bash $...

Trying to send encrypted file to contact not supporting omemo2 crash QXmpp > 23:36:17.947 kaidan(16276/16281) FATAL: qt_assert_x|QXmpp::Private::Encryption::EncryptionDevice::EncryptionDevice|std::make_unique ASSERT: "m_cipher->ok()" in file qxmpp/src/client/QXmppFileEncryption.cpp, line 157

type:bug

Given the statement in the README: > QXmpp strives to be as easy to use as possible. Could support for Qt4 be added? There are platforms where Qt5 is broken...