diff options
Diffstat (limited to 'src/base')
| -rw-r--r-- | src/base/QXmppJingleIq.cpp | 8 |
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 /// |
