remove TODO
This commit is contained in:
parent
c3410bae82
commit
6b9ebb3abf
|
@ -814,7 +814,7 @@ public class XmppConnection implements Runnable {
|
||||||
this.account.setFastToken(tokenMechanism,token);
|
this.account.setFastToken(tokenMechanism,token);
|
||||||
Log.d(Config.LOGTAG,account.getJid().asBareJid()+": storing hashed token "+tokenMechanism);
|
Log.d(Config.LOGTAG,account.getJid().asBareJid()+": storing hashed token "+tokenMechanism);
|
||||||
}
|
}
|
||||||
// TODO it is currently unclear if a successful resume triggers new stream features or not
|
// a successful resume will not send stream features
|
||||||
if (processNopStreamFeatures) {
|
if (processNopStreamFeatures) {
|
||||||
processNopStreamFeatures();
|
processNopStreamFeatures();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue