-
-
Notifications
You must be signed in to change notification settings - Fork 781
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
Cannot create a group chat in v10.1.7 #3553
Comments
Using the debugger to try to understand the difference between v10.1.7 and master, I think the issue may be related to lit.html, something close to lit/lit#183 even though here, the question mark is used. |
Have you tried using the latest |
I've tried it, and the issue is not present using the latest |
Describe the bug
When I click on the + button to join/create a MUC room and I fill the input text for the name of the room (for example "foo"), the join button does not work. I use a non-federated private XMPP server (ejabberd).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should be able to click on the Join button and create and join the room (on the default conference MUC service).
Environment (please complete the following information):
Additional context
I tried on the master branch and even though the CSS for the embedded view has several issues, after tweeking it to be able to open the "Enter a new Groupchat" dialog, there it works. The Join button is not disabled and I can create and join the room "foo".
I'm not sure if you were aware that this feature was not working in the current last release of converse.js and I haven't find yet which commit fixed it in the master branch.
The text was updated successfully, but these errors were encountered: