Hi Manuel, Manuel Francisco Naranjo schrieb: > Instead of waiting for the common 83 00 03 to send the next data package > it wait for 83 00 08 cb (connection ID). I'm trying to fix OpenObex,
That needs some thorough work. The connection id is available at the application level (i.e. OpenFTP) while the continuation packet is assembled at the library level (OpenOBEX) only. Also this needs discussion if a quirk like that should get into the library at all. The section on connection identifiers (2.2.11 in IrOBEX 1.3) states that only the first packet in each request _needs_ to contain the header. The Get section (3.3.4) does not explicitly forbid new headers in continuation get request. It just states an example where no new headers are introduced. regards, Christian ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
