diff options
Diffstat (limited to 'src/base/QXmppDiscoveryIq.h')
| -rw-r--r-- | src/base/QXmppDiscoveryIq.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/base/QXmppDiscoveryIq.h b/src/base/QXmppDiscoveryIq.h index 70da9dec..e3f5ac69 100644 --- a/src/base/QXmppDiscoveryIq.h +++ b/src/base/QXmppDiscoveryIq.h @@ -33,21 +33,9 @@ class QXmppDiscoveryIdentityPrivate; class QXmppDiscoveryItemPrivate; class QXmppDiscoveryIqPrivate; -/// -/// \brief QXmppDiscoveryIq represents a discovery IQ request or result -/// containing a list of features and other information about an entity as -/// defined by \xep{0030}: Service Discovery. -/// -/// \ingroup Stanzas -/// class QXMPP_EXPORT QXmppDiscoveryIq : public QXmppIq { public: - /// - /// \brief Identity represents one of possibly multiple identities of an - /// XMPP entity obtained from a service discovery request as defined in - /// \xep{0030}: Service Discovery. - /// class QXMPP_EXPORT Identity { public: @@ -73,10 +61,6 @@ public: QSharedDataPointer<QXmppDiscoveryIdentityPrivate> d; }; - /// - /// \brief Item represents a related XMPP entity that can be queried using - /// \xep{0030}: Service Discovery. - /// class QXMPP_EXPORT Item { public: |
