Use liblinphone chat storage as default

This commit is contained in:
Sylvain Berfini 2013-08-19 15:05:04 +02:00
parent b187ec064c
commit 389d3177ec
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ BUILD_WEBRTC_AECM=1
BUILD_FOR_X86=1 BUILD_FOR_X86=1
USE_JAVAH=1 USE_JAVAH=1
BUILD_TLS=1 BUILD_TLS=1
BUILD_SQLITE=0 BUILD_SQLITE=1
# Checks # Checks
CHECK_MSG=$(shell ./check_tools.sh) CHECK_MSG=$(shell ./check_tools.sh)

View file

@ -63,7 +63,7 @@
<bool name="disable_chat">false</bool> <bool name="disable_chat">false</bool>
<bool name="disable_chat__message_notification">false</bool> <bool name="disable_chat__message_notification">false</bool>
<bool name="disable_chat_send_file">false</bool> <bool name="disable_chat_send_file">false</bool>
<bool name="use_linphone_chat_storage">false</bool> <bool name="use_linphone_chat_storage">true</bool>
<bool name="hash_images_as_name_before_upload">true</bool> <bool name="hash_images_as_name_before_upload">true</bool>