qxmpp icon indicating copy to clipboard operation
qxmpp copied to clipboard

Cross-platform C++ XMPP client and server library

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

``` QDEBUG : tst_QXmppCallManager::testCall() ======== CONNECT ======== QFATAL : tst_QXmppCallManager::testCall() Failed to create rtpbin FAIL! : tst_QXmppCallManager::testCall() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0...

type:bug

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

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

- [x] Message, presence, roster extensions (#175) - [x] MIX IQs (#174) - [x] MIX PubSub Items (#179) - [x] Parts of PubSub (parsing pubsub events from messages) - [...

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

Before opening a pull-request please do: - [ ] Documentation: - [ ] Document every new public class and function (not my fault) - [ ] Add `\since QXmpp 1.X`...

DO NOT MERGE - This is WIP and does not work yet! But I started to implement XEP-0320.

Some servers send errors after successfully deleting an account. On https://xmpp.org/extensions/xep-0077.html#usecases-cancel, there is only the stream error `` specified but during testing I found two error types sent by the...