diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2011-02-05 08:28:32 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2011-02-05 08:28:32 +0000 |
| commit | c52953fe3d3f8e4237e776f55f95dd6eb810f8a0 (patch) | |
| tree | e24ed7fff7bf93e28fd5a5eada0206c32b7d94ab /src/QXmppClient.h | |
| parent | d830ba29693798ecd1743f88802c2ce1647f37fa (diff) | |
| download | qxmpp-c52953fe3d3f8e4237e776f55f95dd6eb810f8a0.tar.gz | |
updated doc
Diffstat (limited to 'src/QXmppClient.h')
| -rw-r--r-- | src/QXmppClient.h | 5 |
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 |
