1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-23 03:54:54 +02:00

Fix StoreHint (wrong element name)

This commit is contained in:
vanitasvitae 2017-04-23 23:37:14 +02:00
parent bb2d03e30a
commit 6bebeb354b
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -27,7 +27,7 @@ public final class StoreHint extends MessageProcessingHint {
public static final StoreHint INSTANCE = new StoreHint();
public static final String ELEMENT = "no-store";
public static final String ELEMENT = "store";
private StoreHint() {
}