From 5c6987abb84d79be8aeb9b57017c2d439921d83f Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 4 Jun 2010 11:14:31 +0000 Subject: sending the initial presence is QXmppClient's responsability, not QXmppStream --- source/QXmppClient.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/QXmppClient.h') diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 40ceba62..6f52e4ca 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -198,6 +198,9 @@ public slots: void setClientPresence(QXmppPresence::Type presenceType); void setClientPresence(QXmppPresence::Status::Type statusType); +private slots: + void xmppConnected(); + private: QXmppLogger* m_logger; QXmppStream* m_stream; ///< Pointer to QXmppStream object a wrapper over -- cgit v1.2.3