Commit 954f0998 authored by Guus der Kinderen's avatar Guus der Kinderen

Merge pull request #501 from tevans/master

OF-821: Count occupants by nickname
parents 158e2839 e9e1000e
......@@ -512,7 +512,7 @@ public class LocalMUCRoom implements MUCRoom, GroupEventListener {
@Override
public int getOccupantsCount() {
return occupantsByFullJID.size();
return occupantsByNickname.size();
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment