Skip to content

Commit

Permalink
Enable Stream Management by default
Browse files Browse the repository at this point in the history
Fixes SMACK-655.
  • Loading branch information
Flowdalic committed Jan 10, 2016
1 parent 7845f21 commit 57838f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
*/
private BundleAndDeferCallback bundleAndDeferCallback = defaultBundleAndDeferCallback;

private static boolean useSmDefault = false;
private static boolean useSmDefault = true;

private static boolean useSmResumptionDefault = true;

Expand Down

0 comments on commit 57838f1

Please sign in to comment.