renamed pretty-please-store message hint to store
This commit is contained in:
parent
4cae283cff
commit
5ffb87059c
|
@ -65,7 +65,7 @@ public class MessageGenerator extends AbstractGenerator {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
packet.setAxolotlMessage(axolotlMessage.toElement());
|
packet.setAxolotlMessage(axolotlMessage.toElement());
|
||||||
packet.addChild("pretty-please-store", "urn:xmpp:hints");
|
packet.addChild("store", "urn:xmpp:hints");
|
||||||
return packet;
|
return packet;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue