mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Use CPIM by default
This commit is contained in:
parent
087aeaf0d0
commit
94c08dce7f
1 changed files with 1 additions and 1 deletions
|
|
@ -1170,7 +1170,7 @@ void ChatMessagePrivate::send() {
|
|||
if ((currentSendStep & ChatMessagePrivate::Step::Cpim) == ChatMessagePrivate::Step::Cpim) {
|
||||
lInfo() << "Cpim step already done, skipping";
|
||||
} else {
|
||||
if (lp_config_get_int(chatRoom->getCore()->config, "sip", "use_cpim", 0) == 1) {
|
||||
if (lp_config_get_int(chatRoom->getCore()->config, "sip", "use_cpim", 1) == 1) {
|
||||
CpimChatMessageModifier ccmm;
|
||||
ccmm.encode(q->getSharedFromThis(), errorCode);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue