1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 00:44:50 +02:00
Smack/smack-core/src/main/java/org/jivesoftware/smack
Florian Schmaus fd532be9b6 Fix unfiledEntries not updating
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
2014-04-29 15:26:48 +02:00
..
compression Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
debugger Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
filter Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
initializer Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
packet Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
parsing Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
provider Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
proxy Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
sasl Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
util Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
AbstractConnectionListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
AccountManager.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Chat.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ChatManager.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ChatManagerListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ConnectionConfiguration.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ConnectionCreationListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ConnectionListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
DirectoryRosterStore.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Manager.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
MessageListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
package.html Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PacketCollector.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PacketInterceptor.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PacketListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ReconnectionManager.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Roster.java Fix unfiledEntries not updating 2014-04-29 15:26:48 +02:00
RosterEntry.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
RosterGroup.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
RosterListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
RosterStore.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
SASLAuthentication.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
SmackConfiguration.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
SmackException.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
XMPPConnection.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
XMPPException.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00