~ubuntu-branches/ubuntu/utopic/libmsn/utopic

« back to all changes in this revision

Viewing changes to msn/switchboardserver.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Pau Garcia i Quiles
  • Date: 2009-06-10 11:58:32 UTC
  • mfrom: (1.1.4 upstream) (0.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090610115832-luyjsx423fbxs1hp
Tags: 4.0~beta6-1
* New upstream beta release
* Remove patch for buffer overflow, as it is now included upstream. 
* Remove build-dependency on quilt, as it is no longer needed because
  there are no patches to be applied.
* Bump shlibs due to bugfix in MSNClientInformationFields enum

Show diffs side-by-side

added added

removed removed

Lines of Context:
456
456
            std::ostringstream buf_, msg_;
457
457
            msg_ << "MIME-Version: 1.0\r\n";
458
458
            msg_ << "Content-Type: image/gif\r\n\r\n";
 
459
            msg_ << body;
459
460
 
460
461
            size_t msg_length = msg_.str().size();
461
462
            buf_ << "MSG " << this->trID++ << " N " << (int) msg_length << "\r\n" << msg_.str();