1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 20:04:51 +02:00
Smack/source/org/jivesoftware
Florian Schmaus cd15d7499d Fix erroneous cast from byte to int in IBBInputStream's read()
method. The casted value needs to be masked with 0xff, because bytes
in java are signed (two's complement)

Fixes SMACK-394

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13387 b35dd754-fafc-0310-a699-88a17e54d16e
2013-01-05 12:53:45 +00:00
..
smack Added XEP-199 aka. "XMPP Ping" support to smack. Fixes SMACK-388. 2013-01-04 11:43:35 +00:00
smackx Fix erroneous cast from byte to int in IBBInputStream's read() 2013-01-05 12:53:45 +00:00