mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
[sid] Do not enable StableUniqueStanzaIdManager per default
This commit is contained in:
parent
800c771700
commit
b8f23eb371
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public final class StableUniqueStanzaIdManager extends Manager {
|
||||||
|
|
||||||
private static final Map<XMPPConnection, StableUniqueStanzaIdManager> INSTANCES = new WeakHashMap<>();
|
private static final Map<XMPPConnection, StableUniqueStanzaIdManager> INSTANCES = new WeakHashMap<>();
|
||||||
|
|
||||||
private static boolean enabledByDefault = true;
|
private static boolean enabledByDefault = false;
|
||||||
|
|
||||||
// Filter for outgoing stanzas.
|
// Filter for outgoing stanzas.
|
||||||
private static final StanzaFilter OUTGOING_FILTER = new AndFilter(
|
private static final StanzaFilter OUTGOING_FILTER = new AndFilter(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue