Some XMPPBOSHConnection details

We made some changes to XMPPBOSHConnection from trunk in order to make it work.

First of all we had a caps issue. The headers Object has a “post” value which we had to write in upper case since the value is obtained from the URLRequestMethod class with req.method = URLRequestMethod.POST, and the values in its constants are in upper case. “get” should be upper cased too.

We also made some changes to sendXML which received someData : * to check for type.
xmppboschconnectionpatch.diff.zip (639 Bytes)