mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
fix presence list when using default rls
This commit is contained in:
parent
690f2aa182
commit
cdf31df81e
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ static void linphone_friend_list_close_subscriptions(LinphoneFriendList *list) {
|
|||
}
|
||||
|
||||
static void linphone_friend_list_send_list_subscription(LinphoneFriendList *list){
|
||||
const LinphoneAddress *address = list->rls_addr;
|
||||
const LinphoneAddress *address = _linphone_friend_list_get_rls_address(list);
|
||||
char *xml_content = create_resource_list_xml(list);
|
||||
if ((address != NULL) && (xml_content != NULL) && (linphone_friend_list_has_subscribe_inactive(list) == TRUE)) {
|
||||
unsigned char digest[16];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue