aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2022-09-29 19:27:22 +0200
committerGitHub <noreply@github.com>2022-09-29 19:27:22 +0200
commit7b02df3ef42ccb2d8c40eea901c5c6dd4b140204 (patch)
treee8584d285f2e7f64df3df4f5c0c8478f6852a60a /src
parent61fc5f0a080f27260148f7e34a8650b0e0195809 (diff)
downloadqxmpp-7b02df3ef42ccb2d8c40eea901c5c6dd4b140204.tar.gz
JingleIq::Content: Specify implemented XEP in documentation of 'descriptionSsrc' (#471)
Diffstat (limited to 'src')
-rw-r--r--src/base/QXmppJingleIq.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/base/QXmppJingleIq.cpp b/src/base/QXmppJingleIq.cpp
index af2ca5e3..36336f48 100644
--- a/src/base/QXmppJingleIq.cpp
+++ b/src/base/QXmppJingleIq.cpp
@@ -246,8 +246,8 @@ void QXmppJingleIq::Content::setDescriptionMedia(const QString &media)
}
///
-/// Returns the description's 32-bit synchronization source for the media
-/// stream, as defined in RFC 3550.
+/// Returns the description's 32-bit synchronization source for the media stream as specified by
+/// \xep{0167, Jingle RTP Sessions} and RFC 3550.
///
/// \since QXmpp 0.9
///
@@ -257,8 +257,8 @@ quint32 QXmppJingleIq::Content::descriptionSsrc() const
}
///
-/// Sets the description's 32-bit synchronization source for the media stream,
-/// as defined in RFC 3550.
+/// Sets the description's 32-bit synchronization source for the media stream as specified by
+/// \xep{0167, Jingle RTP Sessions} and RFC 3550.
///
/// \since QXmpp 0.9
///