From bc4c3ee94442c9b80993ce109d5070862dc9f170 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Tue, 11 Feb 2020 17:12:45 +0100 Subject: doc: Use XEP links everywhere --- src/base/QXmppJingleIq.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/base/QXmppJingleIq.cpp') diff --git a/src/base/QXmppJingleIq.cpp b/src/base/QXmppJingleIq.cpp index 8920c781..ea95c0e0 100644 --- a/src/base/QXmppJingleIq.cpp +++ b/src/base/QXmppJingleIq.cpp @@ -301,7 +301,7 @@ void QXmppJingleIq::Content::setTransportPassword(const QString &password) /// Returns the fingerprint hash value for the transport key. /// -/// This is used for DTLS-SRTP as defined in XEP-0320. +/// This is used for DTLS-SRTP as defined in \xep{0320}. QByteArray QXmppJingleIq::Content::transportFingerprint() const { @@ -310,7 +310,7 @@ QByteArray QXmppJingleIq::Content::transportFingerprint() const /// Sets the fingerprint hash value for the transport key. /// -/// This is used for DTLS-SRTP as defined in XEP-0320. +/// This is used for DTLS-SRTP as defined in \xep{0320}. void QXmppJingleIq::Content::setTransportFingerprint(const QByteArray &fingerprint) { @@ -319,7 +319,7 @@ void QXmppJingleIq::Content::setTransportFingerprint(const QByteArray &fingerpri /// Returns the fingerprint hash algorithm for the transport key. /// -/// This is used for DTLS-SRTP as defined in XEP-0320. +/// This is used for DTLS-SRTP as defined in \xep{0320}. QString QXmppJingleIq::Content::transportFingerprintHash() const { @@ -328,7 +328,7 @@ QString QXmppJingleIq::Content::transportFingerprintHash() const /// Sets the fingerprint hash algorithm for the transport key. /// -/// This is used for DTLS-SRTP as defined in XEP-0320. +/// This is used for DTLS-SRTP as defined in \xep{0320}. void QXmppJingleIq::Content::setTransportFingerprintHash(const QString &hash) { @@ -337,7 +337,7 @@ void QXmppJingleIq::Content::setTransportFingerprintHash(const QString &hash) /// Returns the setup role for the encrypted transport. /// -/// This is used for DTLS-SRTP as defined in XEP-0320. +/// This is used for DTLS-SRTP as defined in \xep{0320}. QString QXmppJingleIq::Content::transportFingerprintSetup() const { @@ -346,7 +346,7 @@ QString QXmppJingleIq::Content::transportFingerprintSetup() const /// Sets the setup role for the encrypted transport. /// -/// This is used for DTLS-SRTP as defined in XEP-0320. +/// This is used for DTLS-SRTP as defined in \xep{0320}. void QXmppJingleIq::Content::setTransportFingerprintSetup(const QString &setup) { -- cgit v1.2.3