package_definition.xml
author Petteri Saari <petteri.saari@digia.com>
Thu, 25 Nov 2010 13:59:42 +0200
branchMSRP_FrameWork
changeset 58 cdb720e67852
parent 0 307788aac0a8
permissions -rw-r--r--
This release addresses the following issues: 1. The crash bug fix when receiving file 2. Now the sending is based on MSRP messages, there is no longer file receiving or sending. Client sends data as MSRP was designed. 3. Soma MSRP stack was created so that the client told the correct session-id, Symbian stack generated it by itself. This is not allowed, it was changed so that clients tell the session-id (same as used in SIP INVITE). 4. Unnecessary division of data to chunks removed when there is no need to interrupt sending. The message is sent in as few chunks as possible. 5. Stack can now receive files and chunks with ?unlimited? size. Old stack wrote the incoming data to memory and did not utilize disk space until the end of chunk was reached (large chunks from another client crashed it). 6. Now when writing the incoming data to file, it will take into account the byte-range header values. So, this complies with the RFC4975 requirements that stack must be able to handle chunks that come in any sequence. 7. Some buffering changes to outgoing/incoming data. 8. The outgoing data is now checked that it does not contain the created transaction-id before sending the data. 9. MSRP success reports are now implemented and tested against servers. 10. Progress report system fixed so progress is now visible on client (all the way to 100%). 11. Message Cancel receiving / Cancel sending now corrected and made to work as rfc4975 requires. (termination from sender and error code from receiver when cancelling). 12. Bug correction related to messages received not belonging to any session, old stack implementation did send error response, but after response was written it did give the buffer to client anyway. Now corrected.

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="ipappprotocols" name="IP App Protocols" levels="plugin conn server if">
    <collection id="rtp" name="RTP" level="server">
      <component id="rtpstack" filter="s60" name="RTP Stack">
        <unit bldFile="rtp/rtpstack/group"/>
        <!-- <unit bldFile="rtp/rtpstack/tsrc/ut_rtpstack/group"/> -->
      </component>
    </collection>
    <collection id="sipplugins" name="SIP Plugins" level="plugin">
      <component id="sippwlanplugin" filter="s60" name="SIP WLAN Plugin" class="plugin">
        <unit bldFile="sipplugins/sippwlanplugin/group"/>
      </component>
      <component id="sippsipsettingsui" filter="s60" name="SIP Settings UI" class="plugin">
        <unit bldFile="sipplugins/sippsipsettingsui/group"/>
        <!-- <unit bldFile="sipplugins/sippsipsettingsui/tsrc/ut_sipsettingsui/group"/> -->
      </component>
      <component id="sippdevmgmtsipadapter" filter="s60" name="Device Management SIP Settings Adapter" class="plugin">
        <unit bldFile="sipplugins/sippdevmgmtsipadapter/group"/>
        <!-- <unit bldFile="sipplugins/sippdevmgmtsipadapter/tsrc/ut_cnsmldmsipadapter/group"/> -->
      </component>
      <component id="sippsystemstatemonitor" filter="s60" name="SIP System State Monitor" class="plugin">
        <unit bldFile="sipplugins/sippsystemstatemonitor/group"/>
      </component>
      <component id="srtpstack" filter="s60" name="SRTP Stack">
        <unit bldFile="rtp/srtpstack/group"/>
        <!-- <unit bldFile="rtp/srtpstack/tsrc/ut_srtpstack/group"/> -->
      </component>
    </collection>
    <collection id="realtimenetprots" name="Real Time Net Protocols" level="server">
      <component id="symrtp" name="RTP" introduced="9.0" purpose="optional">
        <!-- Real Time Data Protocol -->
        <unit bldFile="realtimenetprots/rtp/group" mrp="realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
      </component>
      <component id="sipfw" name="SIP Framework" introduced="9.2" purpose="optional">
        <unit version="2" bldFile="realtimenetprots/sipfw/Group" mrp="realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp"/>
      </component>
    </collection>
    <collection id="sipproviderplugins" name="SIP Provider Plugins" level="conn">
      <component id="sipprovider" name="SIP Provider" introduced="^2" purpose="optional" class="plugin">
        <unit bldFile="sipproviderplugins/sipprovider/group" mrp="sipproviderplugins/sipprovider/group/mm-protocols_SipProvider.mrp"/>
      </component>
    </collection>
    <collection id="ipappprotocols_info" name="IP App Protocols Info" level="if">
      <component id="ipappprotocols_plat" filter="s60" name="IP App Protocols Platform Interfaces" class="api">
        <unit bldFile="ipappprotocols_plat/group"/>
      </component>
      <component id="ipappprotocols_metadata" name="IP App Protocols Metadata" class="config" introduced="^2" purpose="development" target="desktop">
        <unit mrp="ipappprotocols_info/ipappprotocols_metadata/ipappprotocols_metadata.mrp"/>
      </component>
    </collection>
  </package>
</SystemDefinition>