mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 23:58:17 +00:00
Forgot ;
This commit is contained in:
parent
5fb17f6598
commit
23287aae21
1 changed files with 1 additions and 1 deletions
|
|
@ -971,7 +971,7 @@ void FileTransferChatMessageModifier::releaseHttpRequest () {
|
|||
string FileTransferChatMessageModifier::createFakeFileTransferFromUrl(const string &url) {
|
||||
string fileName = url.substr(url.find_last_of("/") + 1);
|
||||
stringstream fakeXml;
|
||||
fakeXml << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n"
|
||||
fakeXml << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n";
|
||||
fakeXml << "<file xmlns=\"urn:gsma:params:xml:ns:rcs:rcs:fthttp\">\r\n";
|
||||
fakeXml << "<file-info type=\"file\">\r\n";
|
||||
fakeXml << "<file-name>" << fileName << "</file-name>\r\n";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue