and now do that properly

This commit is contained in:
Daniel Gultsch 2015-07-21 12:01:20 +02:00
parent af76ad0144
commit 32f90613a3
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ public class OtrService extends OtrCryptoEngineImpl implements OtrEngineHost {
packet.addChild("private", "urn:xmpp:carbons:2"); packet.addChild("private", "urn:xmpp:carbons:2");
packet.addChild("no-copy", "urn:xmpp:hints"); packet.addChild("no-copy", "urn:xmpp:hints");
packet.addChild("no-permanent-store", "urn:xmpp:hints"); packet.addChild("no-permanent-store", "urn:xmpp:hints");
packet.addChild("no-permanent-store", "urn:xmpp:hints"); packet.addChild("no-permanent-storage", "urn:xmpp:hints");
try { try {
Jid jid = Jid.fromSessionID(session); Jid jid = Jid.fromSessionID(session);
Conversation conversation = mXmppConnectionService.find(account,jid); Conversation conversation = mXmppConnectionService.find(account,jid);