mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-18 02:02:04 +01:00
fd532be9b6
If an roster push with a roster entry without any group is processed, then the entry is not updated, because unfiledEntries.contains(entry) would return true, as the RosterEntry.equals() method only compares the name. We simply fix it by always removing the entry first and then adding it again. Thanks to Christian Schudt for pointing this out. SMACK-559 |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle |