From 9b1d04fcd635ce6817ac6ac7e8c57ea1d47a591e Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 3 Sep 2012 12:09:14 +0200 Subject: improve docs --- src/base/QXmppStanza.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/base') 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 { -- cgit v1.2.3