From 2df07d973a74d03ea207e33944596dbd4df6292b Mon Sep 17 00:00:00 2001 From: "Christian S." Date: Sun, 5 Jul 2015 15:33:51 +0200 Subject: added 'vcf' to 'well known extensions' --- src/main/java/eu/siacs/conversations/entities/Downloadable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/java/eu/siacs/conversations/entities/Downloadable.java b/src/main/java/eu/siacs/conversations/entities/Downloadable.java index a01a72a5d..bb0ce09c0 100644 --- a/src/main/java/eu/siacs/conversations/entities/Downloadable.java +++ b/src/main/java/eu/siacs/conversations/entities/Downloadable.java @@ -4,7 +4,7 @@ public interface Downloadable { String[] VALID_IMAGE_EXTENSIONS = {"webp", "jpeg", "jpg", "png", "jpe"}; String[] VALID_CRYPTO_EXTENSIONS = {"pgp", "gpg", "otr"}; - String[] WELL_KNOWN_EXTENSIONS = {"pdf","m4a","mp3","avi","mp4","apk"}; + String[] WELL_KNOWN_EXTENSIONS = {"pdf","m4a","mp3","avi","mp4","apk","vcf"}; int STATUS_UNKNOWN = 0x200; int STATUS_CHECKING = 0x201; -- cgit v1.2.3