From b9dd4f292c5f4fea69fd8c7bd8c8aad90d5e55b7 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 19 Jul 2010 13:20:38 +0000 Subject: * use qxmpp.testX@gmail.com credentials for consistency * wait for the recipient to be online before sending file --- example/example_3_transferHandling/xmppClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/example_3_transferHandling/xmppClient.h') 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: -- cgit v1.2.3