Update src/main/java/eu/siacs/conversations/utils/BackupFileHeader.java
This commit is contained in:
parent
f14ffd304f
commit
c26ed867e1
|
@ -51,7 +51,7 @@ public class BackupFileHeader {
|
||||||
if (version > VERSION) {
|
if (version > VERSION) {
|
||||||
throw new IllegalArgumentException("Backup File version was "+version+" but app only supports up to version "+VERSION);
|
throw new IllegalArgumentException("Backup File version was "+version+" but app only supports up to version "+VERSION);
|
||||||
}
|
}
|
||||||
String app = inputStream.readUTF().replace("siacs", "sum7);
|
String app = inputStream.readUTF().replace("siacs", "sum7");
|
||||||
String jid = inputStream.readUTF();
|
String jid = inputStream.readUTF();
|
||||||
long timestamp = inputStream.readLong();
|
long timestamp = inputStream.readLong();
|
||||||
byte[] iv = new byte[12];
|
byte[] iv = new byte[12];
|
||||||
|
|
Loading…
Reference in New Issue