aboutsummaryrefslogtreecommitdiff
path: root/example/example_3_transferHandling/xmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-19 13:20:38 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-19 13:20:38 +0000
commitb9dd4f292c5f4fea69fd8c7bd8c8aad90d5e55b7 (patch)
tree258011382e1d400414947b0b6b87f5d8f73459fe /example/example_3_transferHandling/xmppClient.h
parent12dae9a8f4bb86498b99500b36b9ef6eb605ce12 (diff)
downloadqxmpp-b9dd4f292c5f4fea69fd8c7bd8c8aad90d5e55b7.tar.gz
* use qxmpp.testX@gmail.com credentials for consistency
* wait for the recipient to be online before sending file
Diffstat (limited to 'example/example_3_transferHandling/xmppClient.h')
-rw-r--r--example/example_3_transferHandling/xmppClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_3_transferHandling/xmppClient.h b/example/example_3_transferHandling/xmppClient.h
index dc730d3e..ce401e22 100644
--- a/example/example_3_transferHandling/xmppClient.h
+++ b/example/example_3_transferHandling/xmppClient.h
@@ -39,10 +39,10 @@ public:
void sendOnceAvailable(const QString &recipient, const QString &file);
private slots:
- void slotConnected();
void slotError(QXmppTransferJob::Error error);
void slotFileReceived(QXmppTransferJob *job);
void slotFinished();
+ void slotPresenceReceived(const QXmppPresence &presence);
void slotProgress(qint64 done, qint64 total);
private: