renamed pretty-please-store message hint to store

This commit is contained in:
Daniel Gultsch 2015-12-10 23:37:38 +01:00
parent 4cae283cff
commit 5ffb87059c

View File

@ -65,7 +65,7 @@ public class MessageGenerator extends AbstractGenerator {
return null;
}
packet.setAxolotlMessage(axolotlMessage.toElement());
packet.addChild("pretty-please-store", "urn:xmpp:hints");
packet.addChild("store", "urn:xmpp:hints");
return packet;
}