diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-19 13:20:38 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-19 13:20:38 +0000 |
| commit | b9dd4f292c5f4fea69fd8c7bd8c8aad90d5e55b7 (patch) | |
| tree | 258011382e1d400414947b0b6b87f5d8f73459fe /example/example_3_transferHandling/xmppClient.h | |
| parent | 12dae9a8f4bb86498b99500b36b9ef6eb605ce12 (diff) | |
| download | qxmpp-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.h | 2 |
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: |
