From 245f14e705fda23df711361696ae0e6e54833e59 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 1 Mar 2017 16:03:34 +0100 Subject: [PATCH] Remove wrong documentation. --- include/linphone/chat.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linphone/chat.h b/include/linphone/chat.h index fc3e89e56..ab1cd6a71 100644 --- a/include/linphone/chat.h +++ b/include/linphone/chat.h @@ -392,7 +392,6 @@ LINPHONE_PUBLIC void linphone_chat_message_set_content_type(LinphoneChatMessage /** * Return whether or not a chat message is a file tranfer. - * This content type must match a content that is text representable, such as text/plain, text/html or image/svg+xml. * @param[in] message LinphoneChatMessage object * @return Whether or not the message is a file tranfer */ @@ -400,7 +399,6 @@ LINPHONE_PUBLIC bool_t linphone_chat_message_is_file_transfer(LinphoneChatMessag /** * Return whether or not a chat message is a text. - * This content type must match a content that is text representable, such as text/plain, text/html or image/svg+xml. * @param[in] message LinphoneChatMessage object * @return Whether or not the message is a text */