1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 03:44:50 +02:00
Smack/smack-core/src
Florian Schmaus d60b63a89a Remove hashCode/equals from Message and Packet
Those where never correctly implemented and are not really used. If you
want to compare Packets, compare their toXML() result.

N.B. that we keep hashCode/equals for Message.(Subject|Body) because
those are correct and are in-use ('bodies' and 'subjects' are Sets in
Message).
2014-10-28 15:11:48 +01:00
..
integration-test Rework Smack Provider design 2014-10-08 16:01:14 +02:00
main Remove hashCode/equals from Message and Packet 2014-10-28 15:11:48 +01:00
test Remove hashCode/equals from Message and Packet 2014-10-28 15:11:48 +01:00