Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the maximum number of users in a MUC room #29

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

Dunedan
Copy link
Collaborator

@Dunedan Dunedan commented Aug 16, 2024

The room option for max_users in a MUC room is capped to the maximum of the service level max_users option. As this option wasn't set, the maximum users per MUC room were limited to 200. This commit fixes that.

The room option for max_users in a MUC room is capped to the maximum of
the service level max_users option. As this option wasn't set, the
maximum users per MUC room were limited to 200. This commit fixes that.
@StanleySweet
Copy link
Member

Did we reach that limit recently?

@Dunedan
Copy link
Collaborator Author

Dunedan commented Aug 16, 2024

Nope, that's just a precautionary measure.

@StanleySweet
Copy link
Member

IIRC the server fell at like 400 but maybe the code has changed enough to support that now :)

@Dunedan Dunedan merged commit 2649aae into 0ad:master Aug 19, 2024
1 check passed
@Dunedan Dunedan deleted the fix-max-muc-users branch August 19, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants