mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Fix StoreHint (wrong element name)
This commit is contained in:
parent
bb2d03e30a
commit
6bebeb354b
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 String ELEMENT = "no-store";
|
||||
public static final String ELEMENT = "store";
|
||||
|
||||
private StoreHint() {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue