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/QXmppStanza.h | |
| parent | 776f028d9f3f51e9dbba834a01d1decd737c4a27 (diff) | |
| download | qxmpp-bc4c3ee94442c9b80993ce109d5070862dc9f170.tar.gz | |
doc: Use XEP links everywhere
Diffstat (limited to 'src/base/QXmppStanza.h')
| -rw-r--r-- | src/base/QXmppStanza.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/base/QXmppStanza.h b/src/base/QXmppStanza.h index 11db8f27..31f3d99f 100644 --- a/src/base/QXmppStanza.h +++ b/src/base/QXmppStanza.h @@ -40,12 +40,15 @@ class QXmppExtendedAddressPrivate; -/// \brief Represents an extended address as defined by XEP-0033: Extended Stanza Addressing. /// -/// Extended addresses maybe of different types: some are defined by XEP-0033, -/// others are defined in separate XEPs (for instance XEP-0146: Remote Controlling Clients). -/// That is why the "type" property is a string rather than an enumerated type. - +/// \brief Represents an extended address as defined by \xep{0033}: Extended +/// Stanza Addressing. +/// +/// Extended addresses maybe of different types: some are defined by \xep{0033}, +/// others are defined in separate XEPs (for instance \xep{0146}: Remote +/// Controlling Clients). That is why the "type" property is a string rather +/// than an enumerated type. +/// class QXMPP_EXPORT QXmppExtendedAddress { public: |
