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

It is possible that I am missing something (and if so, I apologize), I see QXmppMucManager::rooms() returns a list of rooms, but it is not the published rooms on the...

Because of the following code: ``` void QXmppMessage::toXml(QXmlStreamWriter *xmlWriter) const { xmlWriter->writeStartElement("message"); helperToXmlAddAttribute(xmlWriter, "xml:lang", lang()); helperToXmlAddAttribute(xmlWriter, "id", id()); helperToXmlAddAttribute(xmlWriter, "to", to()); helperToXmlAddAttribute(xmlWriter, "from", from()); helperToXmlAddAttribute(xmlWriter, "type", message_types[d->type]); if (!d->subject.isEmpty()) helperToXmlAddTextElement(xmlWriter,...

If you call an RPC method via XMPP which has a QString parameter which only contains whitespace characters (i.e. "\n\n"), they get stripped away by the QXmlReader.

As far as I can see, it isn't possible to tell the QXmppServer to route a stanza with a bare JID in the 'to' attribute to a specific resource without...

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

I use git commit 88812716073e5f6941843a6f0778319be889dd3b Some of the C++ source code static analysis issues triggered by the fact that you use "-1" as if it were "Optional" or a C#...

Just wondering if there is a way to use QXmpp in Qt Creator for Android? I'm a bit new to Android development, I'm trying my hand at it in QT,...

type:question

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`...

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`...

type:feature

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`...

type:enhancement
section:base