tag axolotl messages with pretty-please-store
This commit is contained in:
parent
aaf3ecaf41
commit
74cf8320bc
|
@ -64,6 +64,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");
|
||||||
return packet;
|
return packet;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue