StreamInitiationProvider generates incorrect IQ stanza

Hi,

When I invoke the FileTransferNegotiator’s negotiateOutgoingTransfer method, I notice that the end tag and the start tag does not match in the IQ Stanza. Does anyone encounter the same issue? I am using asmack-android-8-4.0.2.jar for development. Here is the log:

08-13 11:23:10.185: D/SMACK(23007): SENT (0):

<iq id=‘F70nn-5’ to=‘sender@server/Smack’ type=‘set’>

testing

http://jabber.org/protocol/bytestreams

http://jabber.org/protocol/ibb

Thanks.

This should be fixed in 4.0.3-SNAPSHOT. Please try the most recent snapshot and report back if it resolves the issue for you.

I have found the reported problem has been fixed in asmack-android-8-4.0.3-SNAPSHOT-2014-08-14.jar, thanks.