aboutsummaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-03 12:09:14 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-03 12:09:14 +0200
commit9b1d04fcd635ce6817ac6ac7e8c57ea1d47a591e (patch)
tree16eebe4c115da489962e66cd67ab00c0d2cca462 /src/base
parent91c8b7743a9369c826e3b5a84c16e5845d1b4235 (diff)
downloadqxmpp-9b1d04fcd635ce6817ac6ac7e8c57ea1d47a591e.tar.gz
improve docs
Diffstat (limited to 'src/base')
-rw-r--r--src/base/QXmppStanza.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/base/QXmppStanza.h b/src/base/QXmppStanza.h
index 50657893..870a43e3 100644
--- a/src/base/QXmppStanza.h
+++ b/src/base/QXmppStanza.h
@@ -41,12 +41,11 @@
class QXmppExtendedAddressPrivate;
-/// \brief Represents an extended address as in XEP-0033.
+/// \brief Represents an extended address as defined by XEP-0033: Extended Stanza Addressing.
///
-/// Extended addresses maybe of different types. While XEP-0033 explicitly defines
-/// some of them, other XEPs introduce other types (like the Remote Controlling
-/// Clients XEP, for example). That's why extended address' type is a string rather
-/// then a member of some enum.
+/// 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
{