aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/QXmppJingleIq.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/QXmppJingleIq.h b/source/QXmppJingleIq.h
index 566d5b75..a6e49e40 100644
--- a/source/QXmppJingleIq.h
+++ b/source/QXmppJingleIq.h
@@ -113,6 +113,10 @@ private:
QString m_type;
};
+/// The QXmppJingleIq represent an IQ used for initiating media sessions
+/// as specified by XEP-0166: Jingle.
+///
+
class QXmppJingleIq : public QXmppIq
{
public:
@@ -134,6 +138,9 @@ public:
TransportReplace,
};
+ /// The QXmppJingleIq::Content class represents the "content" element of a
+ /// QXmppJingleIq.
+
class Content
{
public:
@@ -183,6 +190,9 @@ public:
QList<QXmppJingleCandidate> m_transportCandidates;
};
+ /// The QXmppJingleIq::Reason class represents the "reason" element of a
+ /// QXmppJingleIq.
+
class Reason
{
public: