Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sinttest] Do not use Java stream() API to check if MUC status is set
MUCUser.getStatus() returns a set, checking if a particular MUC status number is set should be done via a simple and efficient set operation and not by resorting to using Java's stream API.
- Loading branch information