forked from mirror/monocles_chat
add todos (Daniel Gultsch)
This commit is contained in:
parent
005ece5d32
commit
24a9966563
1 changed files with 2 additions and 0 deletions
|
@ -730,6 +730,7 @@ public class XmppConnection implements Runnable {
|
|||
Log.d(
|
||||
Config.LOGTAG,
|
||||
account.getJid().asBareJid().toString() + ": logged in (using " + version + ")");
|
||||
//TODO store mechanism name
|
||||
account.setKey(Account.PINNED_MECHANISM_KEY, String.valueOf(saslMechanism.getPriority()));
|
||||
if (version == SaslMechanism.Version.SASL_2) {
|
||||
final String authorizationIdentifier =
|
||||
|
@ -793,6 +794,7 @@ public class XmppConnection implements Runnable {
|
|||
account.getJid().asBareJid() + ": successfully enabled carbons");
|
||||
features.carbonsEnabled = true;
|
||||
}
|
||||
//TODO if both are set mark account ready for pipelining
|
||||
sendPostBindInitialization(streamManagementEnabled != null, carbonsEnabled != null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue