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

Muc test fix #835

Merged
merged 5 commits into from Jun 7, 2016
Merged

Muc test fix #835

merged 5 commits into from Jun 7, 2016

Conversation

bartekgorny
Copy link
Collaborator

As it was, if muc_light_legacy_SUITE was run before muc_SUITE then the latter failed. The reason was that muc was loaded statically at startup, and registered itself under muc.localhost in local routing table. muc_light was loaded dynamically, registered itself under the same domain, and then was unloaded.

%{mod_muc_log, [
%{outdir, "/tmp/muclogs"},
%{access_log, muc}
%]},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would move those comment characters to the beginning of each line but this is minor issue.
For me the PR is ready to merge

@bartekgorny bartekgorny merged commit 665bc47 into master Jun 7, 2016
% {mod_muc_light, [
% {host, "muclight.@HOST@"}
% ]},
{mod_muc, [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really want to disable mod_muc by default? I know one can enable it in config file, but most users who just want to try it will probably never touch config file.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't MUC obsolete?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did XSF obsolete MUC? We can say it's obsolete, I'm fine with it but then we should enable by default mod_muc_light.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be simpler to check if these two can peacefully coexist on separate subdomains?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's exactly my point.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The market says MUC is obsolete, the XSF won't say it, or until MIX is widely deployed.

Indeed: MUC, MUC light, and MIX can co-exist.

@michalwski michalwski deleted the muc_test_fix branch June 14, 2016 09:26
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.

None yet

5 participants