Directly send the IMDN, do not go through the chatRoom

This commit is contained in:
Sylvain Berfini 2017-11-22 11:08:50 +01:00
parent fec4923ad0
commit b7d0db120f

View file

@ -420,7 +420,7 @@ void ChatMessagePrivate::sendImdn (Imdn::Type imdnType, LinphoneReason reason) {
content->setBody(createImdnXml(imdnType, reason));
msg->addContent(*content);
msg->send();
msg->getPrivate()->send();
}
LinphoneReason ChatMessagePrivate::receive () {