aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppClient.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2011-02-05 08:28:32 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2011-02-05 08:28:32 +0000
commitc52953fe3d3f8e4237e776f55f95dd6eb810f8a0 (patch)
treee24ed7fff7bf93e28fd5a5eada0206c32b7d94ab /src/QXmppClient.h
parentd830ba29693798ecd1743f88802c2ce1647f37fa (diff)
downloadqxmpp-c52953fe3d3f8e4237e776f55f95dd6eb810f8a0.tar.gz
updated doc
Diffstat (limited to 'src/QXmppClient.h')
-rw-r--r--src/QXmppClient.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/QXmppClient.h b/src/QXmppClient.h
index ea0bdeca..35b35b0f 100644
--- a/src/QXmppClient.h
+++ b/src/QXmppClient.h
@@ -64,6 +64,11 @@ class QXmppVersionManager;
/// to the server on disconnections due to an error. User can have a custom
/// reconnection mechanism as well.
///
+/// Not all the managers or extensions have been enabled by default. One can
+/// enable/disable the managers using the funtions addExtension() and
+/// removeExtension(). findExtension() can be used to find reference/pointer to
+/// particular instansiated and enabled manager.
+///
/// \ingroup Core
class QXmppClient : public QXmppLoggable