diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-02-11 17:12:45 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2020-02-11 17:12:45 +0100 |
| commit | bc4c3ee94442c9b80993ce109d5070862dc9f170 (patch) | |
| tree | b782a135e84dfcbeb33254df8a33bf7fe53fb786 /src/base/QXmppJingleIq.cpp | |
| parent | 776f028d9f3f51e9dbba834a01d1decd737c4a27 (diff) | |
| download | qxmpp-bc4c3ee94442c9b80993ce109d5070862dc9f170.tar.gz | |
doc: Use XEP links everywhere
Diffstat (limited to 'src/base/QXmppJingleIq.cpp')
| -rw-r--r-- | src/base/QXmppJingleIq.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
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) { |
