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

Is there a QXmpp public MUC? If not, could you create one?

Hi, I am currently thinking about using the great `qxmpp` in an iOs app of mine. Unfortunately, the current license (LGPL) is a little bit problematic for iOs, as the...

Hi, I'm using Kadu Instant Messenger (http://www.kadu.im/) which in turn uses qxmpp for it's XMPP client implementation. Besides the gadu-gadu protocol I was trying to use it together with my...

I noticed this when a server I use rebooted for an upgrade, and left my QXMPP-based bot in reconnection limbo. I can reproduce it easily. If I set my bot...

https://tools.ietf.org/html/rfc6121#section-2.6 (the standard is almost the same as in the obsolete XEP-0237) This would allow us to avoid fetching the full roster on every connect which is especially good for...

Hello: I'm developing a XMPP Client with your library to connect it with a XMPP OpenFire Server that has a very heavy workload... I known that when your Client is...

Sometimes when i run xmpp transfer files my firewall block me. So i was thinking to do one parallel class to avoid this. But i know that i can use...

I am doing an XMPP client based on qxmmp. According with doucmentations: > Attempts to connect to the XMPP server. Server details and other configurations are specified using the config...

I recently came across an error when using QXmppMucManager: When adding a room with a JID that contains capital letters (e.g. `mucmanager->addRoom("[email protected]")`, QXmpp doesn't recognize a successful join, because the...

I've written an xmpp server using qxmpp. My server (more specific: the qxmpp server part) disconnects a client after 120 seconds not receiving anything from it. So the server relies...