mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
keep only username@domaine for participant added to chatroom
This commit is contained in:
parent
c3580036f0
commit
984652e41e
2 changed files with 2 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
continue;
|
||||
|
||||
LinphoneAddress *addr = linphone_address_new(uri.UTF8String);
|
||||
linphone_address_clean(addr);//keep only username@domain
|
||||
if (addedPartipants)
|
||||
addedPartipants = bctbx_list_append(addedPartipants, addr);
|
||||
else
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ display_filter_auto_rotate=0
|
|||
lime_v2=1
|
||||
x3dh_server_url=http://lime.linphone.org:8083/flexisip-account-manager/x3dh-25519.php
|
||||
lime_update_threshold=86400
|
||||
#lime_update_threshold=30
|
||||
max_nb_device_per_participant=255
|
||||
allow_message_in_unsafe_chatroom=1
|
||||
unsafe_if_sas_refused=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue