diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-04 11:14:31 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-04 11:14:31 +0000 |
| commit | 5c6987abb84d79be8aeb9b57017c2d439921d83f (patch) | |
| tree | 07635e773bb07934b79914923bd16beb3604cf57 /source/QXmppClient.h | |
| parent | 15cfbf59be4a2a8f3930a99ba9d1fadc7a3b10c4 (diff) | |
| download | qxmpp-5c6987abb84d79be8aeb9b57017c2d439921d83f.tar.gz | |
sending the initial presence is QXmppClient's responsability, not QXmppStream
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
