diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-03-11 19:53:00 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2020-03-11 19:53:00 +0100 |
| commit | a7f801700291b7a42dd8191e3fc6f5ffe1072550 (patch) | |
| tree | 49e4208c3984210ccaa1a718c20c05386d7ad8c6 /src/base/QXmppIbbIq.h | |
| parent | 46c5e6b9dfc6d125d5608cf80603f0df87655f83 (diff) | |
| download | qxmpp-a7f801700291b7a42dd8191e3fc6f5ffe1072550.tar.gz | |
Add missing class documentation to trigger doxygen page generation
Diffstat (limited to 'src/base/QXmppIbbIq.h')
| -rw-r--r-- | src/base/QXmppIbbIq.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/base/QXmppIbbIq.h b/src/base/QXmppIbbIq.h index a9e3ce0f..f38dc917 100644 --- a/src/base/QXmppIbbIq.h +++ b/src/base/QXmppIbbIq.h @@ -27,6 +27,12 @@ #include "QXmppIq.h" +/// +/// \brief QXmppIbbOpenIq represents an IBB open request as defined by +/// \xep{0047}: In-Band Bytestreams. +/// +/// \ingroup Stanzas +/// class QXmppIbbOpenIq : public QXmppIq { public: @@ -51,6 +57,12 @@ private: QString m_sid; }; +/// +/// \brief QXmppIbbCloseIq represents an IBB close request as defined by +/// \xep{0047}: In-Band Bytestreams. +/// +/// \ingroup Stanzas +/// class QXmppIbbCloseIq : public QXmppIq { public: @@ -71,6 +83,12 @@ private: QString m_sid; }; +/// +/// \brief QXmppIbbCloseIq represents an IBB data request as defined by +/// \xep{0047}: In-Band Bytestreams. +/// +/// \ingroup Stanzas +/// class QXMPP_EXPORT QXmppIbbDataIq : public QXmppIq { public: |
