Projects tigase _server tigase-muc Issues #86
Monitored object are not removed from Ghostbuster (#86)
Closed
Bartosz Małkowski opened 8 years ago

From https://projects.tigase.org/boards/8/topics/6655:

monitoredObjects defined as "Map<JID, MonitoredObject>" in Ghostbuster2.java

line 134    monitoredObjects.put(occupantJid, o);

and

line 273    this.monitoredObjects.remove(obj);
...
line 307    monitoredObjects.remove(o);

How could it remove by val instead of the key?

Bartosz Małkowski commented 8 years ago

Fix comited to branches: release, stable and master.

issue 1 of 1
Type
Bug
Priority
Major
Assignee
RedmineID
4183
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/tigase-muc#86
Please wait...
Page is in error, reload to recover