From 15c5fa63a82c593403c77ace0e717e88abac75dd Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sun, 8 Nov 2009 08:33:26 +0000 Subject: documentation update --- source/QXmppClient.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source') 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. -- cgit v1.2.3