aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppClient.h')
-rw-r--r--source/QXmppClient.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h
index d0c5b696..56f8fd1a 100644
--- a/source/QXmppClient.h
+++ b/source/QXmppClient.h
@@ -112,6 +112,11 @@ signals:
/// After all these steps a successful XMPP connection is established and
/// connected() signal is emitted.
///
+ /// After the connected() signal is emitted QXmpp will send the roster request
+ /// to the server. On receiving the roster, QXmpp will emit
+ /// QXmppRoster::rosterReceived(). After this signal, QXmppRoster object gets
+ /// populated and you can use getRoster() to get the handle of QXmppRoster object.
+ ///
void connected();
/// This signal is emitted when the XMPP connection disconnects.