aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRoster.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 11:46:18 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 11:46:18 +0000
commit2919748db0f771bef82f3975df0fd096e62f602a (patch)
tree058707f009e57c1af7806295c4de1d5d9933316a /source/QXmppRoster.h
parent5c6987abb84d79be8aeb9b57017c2d439921d83f (diff)
downloadqxmpp-2919748db0f771bef82f3975df0fd096e62f602a.tar.gz
move roster management out of QXmppStream
Diffstat (limited to 'source/QXmppRoster.h')
-rw-r--r--source/QXmppRoster.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/QXmppRoster.h b/source/QXmppRoster.h
index 0c608432..380a7e1e 100644
--- a/source/QXmppRoster.h
+++ b/source/QXmppRoster.h
@@ -102,12 +102,14 @@ private:
QMap<QString, QMap<QString, QXmppPresence> > m_presences;
// flag to store that QXmppRoster has been populated
bool m_isRosterReceived;
+ // id of the initial roster request
+ QString m_rosterReqId;
private slots:
+ void connected();
void disconnected();
void presenceReceived(const QXmppPresence&);
void rosterIqReceived(const QXmppRosterIq&);
- void rosterRequestIqReceived(const QXmppRosterIq&);
};
#endif // QXMPPROSTER_H