summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Hudson <nick.hudson@isode.com>2014-02-03 20:46:23 (GMT)
committerNick Hudson <nick.hudson@isode.com>2014-02-03 21:54:21 (GMT)
commit535e1a979a164f807aa64bf2df2bb36e7015ff17 (patch)
treebaf2e95bc6f33e99512842cf1ad78c715c45a3c0 /src/com/isode/stroke/client
parent2a1c515b337bde1ad4a95888902cd7c9a8ef1aab (diff)
downloadstroke-535e1a979a164f807aa64bf2df2bb36e7015ff17.zip
stroke-535e1a979a164f807aa64bf2df2bb36e7015ff17.tar.bz2
Check sender on incoming IQ responses
This patch corresponds with the Swiften commit 5f1cb0d768265347bc80862c33f5967f07759b10 whose comment reads Release-Notes: Fixed a bug whereby the sender of an iq wasn't being checked before matching it to a request. Note that since the Swiften change, other modifications have been made to the affected files, and these modifications are not reflected in this patch. Test-information: Code builds. Ran with MLC to make sure things all seem to work OK. Change-Id: Ife96925d4d728bc0fe749d6b5b849fbe4e866315
Diffstat (limited to 'src/com/isode/stroke/client')
-rw-r--r--src/com/isode/stroke/client/CoreClient.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/isode/stroke/client/CoreClient.java b/src/com/isode/stroke/client/CoreClient.java
index 236ed89..524a05a 100644
--- a/src/com/isode/stroke/client/CoreClient.java
+++ b/src/com/isode/stroke/client/CoreClient.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2013, Isode Limited, London, England.
+ * Copyright (c) 2010-2014, Isode Limited, London, England.
* All rights reserved.
*/
/*
@@ -154,6 +154,7 @@ public class CoreClient {
});
iqRouter_ = new IQRouter(stanzaChannel_);
+ iqRouter_.setJID(jid);
}
/*CoreClient::~CoreClient() {