mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
Fixed typo
This commit is contained in:
parent
56e8d7dd49
commit
78eebfb9ad
1 changed files with 1 additions and 1 deletions
|
|
@ -739,7 +739,7 @@ static void file_transfer_message_rcs_to_external_body_client(void) {
|
|||
|
||||
linphone_proxy_config_set_custom_header(marie->lc->default_proxy, "Accept", "application/sdp");
|
||||
linphone_core_manager_start(marie, TRUE);
|
||||
linphone_core_set_network_reachable(pauline->lc, TRUE);
|
||||
linphone_core_set_network_reachable(marie->lc, TRUE);
|
||||
|
||||
linphone_proxy_config_set_custom_header(pauline->lc->default_proxy, "Accept", "application/sdp, text/plain, application/vnd.gsma.rcs-ft-http+xml");
|
||||
linphone_core_manager_start(pauline, TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue