From 82709f63191cf8da26dc0fd9be51b8fe68d6f6f0 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 16 Jul 2010 09:11:19 +0000 Subject: add some code documentation --- source/QXmppJingleIq.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source') 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 m_transportCandidates; }; + /// The QXmppJingleIq::Reason class represents the "reason" element of a + /// QXmppJingleIq. + class Reason { public: -- cgit v1.2.3