aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppBitsOfBinaryIq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppBitsOfBinaryIq.cpp')
-rw-r--r--src/base/QXmppBitsOfBinaryIq.cpp14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/base/QXmppBitsOfBinaryIq.cpp b/src/base/QXmppBitsOfBinaryIq.cpp
index 65cbd754..44dc0dc3 100644
--- a/src/base/QXmppBitsOfBinaryIq.cpp
+++ b/src/base/QXmppBitsOfBinaryIq.cpp
@@ -28,15 +28,25 @@
#include <QDomElement>
#include <QSharedData>
+///
+/// \class QXmppBitsOfBinaryIq
+///
+/// QXmppBitsOfBinaryIq represents a \xep{0231, Bits of Binary} IQ to request
+/// and transmit Bits of Binary data elements.
+///
+/// \since QXmpp 1.2
+///
+
QXmppBitsOfBinaryIq::QXmppBitsOfBinaryIq() = default;
QXmppBitsOfBinaryIq::~QXmppBitsOfBinaryIq() = default;
-/// Returns true, if \c element is a \xep{0231}: Bits of Binary IQ
+///
+/// Returns true, if \c element is a \xep{0231, Bits of Binary} IQ
///
/// \note This may also return true, if the IQ is not a Bits of Binary IQ in
/// first place, but only contains a Bits of Binary data element.
-
+///
bool QXmppBitsOfBinaryIq::isBitsOfBinaryIq(const QDomElement &element)
{
QDomElement child = element.firstChildElement();