mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
Added org.linphone.specs to contact params
This commit is contained in:
parent
53fc3d1d00
commit
bf2a9ade1b
1 changed files with 3 additions and 0 deletions
|
|
@ -784,6 +784,9 @@ belle_sip_header_contact_t *SalOp::create_contact() {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (belle_sip_parameters_has_parameter(BELLE_SIP_PARAMETERS(contact_header),"+org.linphone.specs")==0){
|
||||
belle_sip_parameters_set_parameter(BELLE_SIP_PARAMETERS(contact_header),"+org.linphone.specs","groupchat");
|
||||
}
|
||||
return contact_header;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue