mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Bump JXMPP to 0.5.0
This commit is contained in:
parent
f633313c4a
commit
183c605278
8 changed files with 13 additions and 13 deletions
|
@ -335,7 +335,7 @@ public final class Roster extends Manager {
|
|||
private Map<Resourcepart, Presence> getPresencesInternal(BareJid entity) {
|
||||
Map<Resourcepart, Presence> entityPresences = presenceMap.get(entity);
|
||||
if (entityPresences == null) {
|
||||
entityPresences = nonRosterPresenceMap.get(entity);
|
||||
entityPresences = nonRosterPresenceMap.lookup(entity);
|
||||
}
|
||||
return entityPresences;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue