diff options
Diffstat (limited to 'src/base/QXmppNonSASLAuth.h')
| -rw-r--r-- | src/base/QXmppNonSASLAuth.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/base/QXmppNonSASLAuth.h b/src/base/QXmppNonSASLAuth.h index df9517a8..652c8009 100644 --- a/src/base/QXmppNonSASLAuth.h +++ b/src/base/QXmppNonSASLAuth.h @@ -26,6 +26,12 @@ #include "QXmppIq.h" +/// +/// \brief QXmppNonSASLAuthIq represents a Non-SASL authentication IQ as +/// defined by \xep{0078}: Non-SASL Authentication. +/// +/// \ingroup Stanzas +/// class QXMPP_EXPORT QXmppNonSASLAuthIq : public QXmppIq { public: |
