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/QXmppPresence.h | |
| parent | 776f028d9f3f51e9dbba834a01d1decd737c4a27 (diff) | |
| download | qxmpp-bc4c3ee94442c9b80993ce109d5070862dc9f170.tar.gz | |
doc: Use XEP links everywhere
Diffstat (limited to 'src/base/QXmppPresence.h')
| -rw-r--r-- | src/base/QXmppPresence.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/QXmppPresence.h b/src/base/QXmppPresence.h index b1502da3..f636409a 100644 --- a/src/base/QXmppPresence.h +++ b/src/base/QXmppPresence.h @@ -54,11 +54,11 @@ public: XA, ///< The entity or resource is away for an extended period. DND, ///< The entity or resource is busy ("Do Not Disturb"). Chat, ///< The entity or resource is actively interested in chatting. - Invisible ///< obsolete XEP-0018: Invisible Presence + Invisible ///< obsolete \xep{0018}: Invisible Presence }; /// This enum is used to describe vCard updates as defined by - /// XEP-0153: vCard-Based Avatars + /// \xep{0153}: vCard-Based Avatars enum VCardUpdateType { VCardUpdateNone = 0, ///< Protocol is not supported VCardUpdateNoPhoto, ///< User is not using any image @@ -102,7 +102,7 @@ public: bool isMucSupported() const; void setMucSupported(bool supported); - /// XEP-0153: vCard-Based Avatars + // XEP-0153: vCard-Based Avatars QByteArray photoHash() const; void setPhotoHash(const QByteArray &); |
