mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Revert "add boundary to multipart ocntent type"
This reverts commit 3f4c6a5fa7.
This commit is contained in:
parent
01e4b753cb
commit
a4614bf482
3 changed files with 3 additions and 4 deletions
|
|
@ -23,6 +23,8 @@
|
|||
#include "content-type.h"
|
||||
#include "content/content.h"
|
||||
|
||||
#define MULTIPART_BOUNDARY "---------------------------14737809831466499882746641449"
|
||||
|
||||
// =============================================================================
|
||||
|
||||
using namespace std;
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ const ContentType ContentType::ExternalBody("message/external-body");
|
|||
const ContentType ContentType::FileTransfer("application/vnd.gsma.rcs-ft-http+xml");
|
||||
const ContentType ContentType::Imdn("message/imdn+xml");
|
||||
const ContentType ContentType::ImIsComposing("application/im-iscomposing+xml");
|
||||
const ContentType ContentType::Multipart("multipart/mixed;boundary=" MULTIPART_BOUNDARY);
|
||||
const ContentType ContentType::Multipart("multipart/mixed");
|
||||
const ContentType ContentType::PlainText("text/plain");
|
||||
const ContentType ContentType::ResourceLists("application/resource-lists+xml");
|
||||
const ContentType ContentType::Sdp("application/sdp");
|
||||
|
|
|
|||
|
|
@ -22,9 +22,6 @@
|
|||
|
||||
#include "object/clonable-object.h"
|
||||
|
||||
|
||||
#define MULTIPART_BOUNDARY "---------------------------14737809831466499882746641449"
|
||||
|
||||
// =============================================================================
|
||||
|
||||
LINPHONE_BEGIN_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue