qxmpp
qxmpp copied to clipboard
Cross-platform C++ XMPP client and server library
Dear @qxmpp-project team, I add this ticket for memory and Qt security improvements. Can you add the support of RFC 9266: Channel Bindings for TLS 1.3? - https://datatracker.ietf.org/doc/html/rfc9266 Channel Bindings...
Hello! I couldn't help but noticed that the amount of data traveling the network is just insane when I send messages with omemo is engaged. **It all can be due...
Proof-of-concept: https://github.com/lnjX/qxmpp/commit/846ac21588c6d0fdd72ceee4af4f13de959e2514
I am trying to connect to my Openfire server with a wildcard cert via an Android app I'm building. When I attempt to login, the server log shows that Session...
Not really an issue but I didn’t know where to look. Please how can we use the server. We need to add it as a dependency to our massive application....
I am using QXmppClient and connecting to a server that fails over. when i am connected to the first server and it fails it fails over to server 2 and...
This PR replaces #584. PR check list: - [ ] Document your code - [ ] Add `\since QXmpp 1.X`, `QXMPP_EXPORT` - [ ] Update `doc/doap.xml` - [ ] Add...
Draft for XEP-0283: Moved support PR check list: - [x] Document your code - [x] Add `\since QXmpp 1.X`, `QXMPP_EXPORT` - [x] Update `doc/doap.xml` - [x] Add unit tests -...
- **StreamOpen: Impl fromXml() using QXmlStreamReader** - **XmppSocket: Parse whole stream through QXmlStreamReader** PR check list: - [ ] Document your code - [ ] Add `\since QXmpp 1.X`, `QXMPP_EXPORT`...