mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
[sinttest] Evaluate compatibilityMode property
This commit is contained in:
parent
def7c91e6a
commit
69a55aaa84
1 changed files with 2 additions and 0 deletions
|
@ -524,6 +524,8 @@ public final class Configuration {
|
||||||
|
|
||||||
builder.setDnsResolver(properties.getProperty("dnsResolver"));
|
builder.setDnsResolver(properties.getProperty("dnsResolver"));
|
||||||
|
|
||||||
|
builder.setCompatibilityMode(properties.getProperty("compatibilityMode"));
|
||||||
|
|
||||||
return builder.build();
|
return builder.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue