-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify presence handling in mod_global_distrib_SUITE
There was a function called 'wait_for_regidtration', that called the non-existing old c2s module. It was supposed to wait for the sm session, but actually the presence is sent by the server after creating the session, not before as the comment said. Thus, it was enough to disable the filter predicate for Alice's presences, and just handle them the same way as for other users.
- Loading branch information
Showing
1 changed file
with
15 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters