mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
Merge pull request #127 from vanitasvitae/fixStoreHint
Fix StoreHint (wrong element name)
This commit is contained in:
commit
9154fa6891
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public final class StoreHint extends MessageProcessingHint {
|
||||||
|
|
||||||
public static final StoreHint INSTANCE = new StoreHint();
|
public static final StoreHint INSTANCE = new StoreHint();
|
||||||
|
|
||||||
public static final String ELEMENT = "no-store";
|
public static final String ELEMENT = "store";
|
||||||
|
|
||||||
private StoreHint() {
|
private StoreHint() {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue