You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#222 spotted some deprecated methods after bumping the minimum Openfire version #223 spotted that the reason getChatRooms() was deprecated was because it fetched in-memory chat rooms only (and had been replaced with an equivalent getActiveChatRooms()
Update the implementation to inspect all rooms when needed, not just the ones in memory/cache.
Beware memory utilisation - iterating over all unused MUCs in the DB could be expensive.
#222 spotted some deprecated methods after bumping the minimum Openfire version
#223 spotted that the reason
getChatRooms()
was deprecated was because it fetched in-memory chat rooms only (and had been replaced with an equivalentgetActiveChatRooms()
Update the implementation to inspect all rooms when needed, not just the ones in memory/cache.
Beware memory utilisation - iterating over all unused MUCs in the DB could be expensive.
openfire-monitoring-plugin/src/java/org/jivesoftware/openfire/plugin/service/LogAPI.java
Line 65 in 5bab10a
openfire-monitoring-plugin/src/java/org/jivesoftware/openfire/plugin/service/LogAPI.java
Line 91 in 5bab10a
The text was updated successfully, but these errors were encountered: