diff options
| -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 |
