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/QXmppDiscoveryIq.cpp | |
| parent | 776f028d9f3f51e9dbba834a01d1decd737c4a27 (diff) | |
| download | qxmpp-bc4c3ee94442c9b80993ce109d5070862dc9f170.tar.gz | |
doc: Use XEP links everywhere
Diffstat (limited to 'src/base/QXmppDiscoveryIq.cpp')
| -rw-r--r-- | src/base/QXmppDiscoveryIq.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/QXmppDiscoveryIq.cpp b/src/base/QXmppDiscoveryIq.cpp index cf50355e..9e76e59f 100644 --- a/src/base/QXmppDiscoveryIq.cpp +++ b/src/base/QXmppDiscoveryIq.cpp @@ -217,7 +217,7 @@ void QXmppDiscoveryIq::setItems(const QList<QXmppDiscoveryIq::Item> &items) } /// Returns the QXmppDataForm for this IQ, as defined by -/// XEP-0128: Service Discovery Extensions. +/// \xep{0128}: Service Discovery Extensions. /// QXmppDataForm QXmppDiscoveryIq::form() const @@ -226,7 +226,7 @@ QXmppDataForm QXmppDiscoveryIq::form() const } /// Sets the QXmppDataForm for this IQ, as define by -/// XEP-0128: Service Discovery Extensions. +/// \xep{0128}: Service Discovery Extensions. /// /// \param form /// @@ -256,7 +256,7 @@ void QXmppDiscoveryIq::setQueryType(enum QXmppDiscoveryIq::QueryType type) d->queryType = type; } -/// Calculate the verification string for XEP-0115 : Entity Capabilities +/// Calculate the verification string for \xep{0115}: Entity Capabilities QByteArray QXmppDiscoveryIq::verificationString() const { |
