~singpolyma/cheogram-android

6b9ebb3abfe17703d8b292443f56bcca6444848f — Daniel Gultsch 1 year, 10 months ago c3410ba
remove TODO
1 files changed, 1 insertions(+), 1 deletions(-)

M src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java
M src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java => src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java +1 -1
@@ 814,7 814,7 @@ public class XmppConnection implements Runnable {
                this.account.setFastToken(tokenMechanism,token);
                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) {
                processNopStreamFeatures();
            }