From 7b02df3ef42ccb2d8c40eea901c5c6dd4b140204 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Thu, 29 Sep 2022 19:27:22 +0200 Subject: JingleIq::Content: Specify implemented XEP in documentation of 'descriptionSsrc' (#471) --- src/base/QXmppJingleIq.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/base') 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 /// -- cgit v1.2.3