A big thank you to all the lovely people at Jitsi and Estos for the Jitmeet application and the Jitsi-videobridge! Really awesome stuff!
I have setup the stack containing nginx, prosody, jitmeet and the videobridge in a vps at meet.debnet.nl
It basically seems to work as long as i doesn't lock the room, however I probably overlooked something and misconfigured some things -> as I lock the room after clicking on the padlock in the toolbar, the password is beeing sent to Prosody:
However when trying to enter the same room via https://meet.debnet.nl/mojyexvlfim5cdi no pop-up box appears to enter the password. The Prosody debug log shows:
Dec 27 13:51:34 mod_muc debug cf3c3539-3e38-41fc-8079-0cc02d894e78@jabber.debnet.nl/81cdab96-de5c-4fb1-bfa3-16f95643a490 couldn't join due to invalid password: mojyexvlfim5cdi@meet.debnet.nl/cf3c3539-3e38-41fc-8079-0cc02d894e78
(client is Chrome 31.0.1650.63 on osx9) Any ideas where I went bananas in the config? Thanks for all input on this. I wish you all a very happy and healthy 2014!!
It seems your app.js doesn't react on the passwordrequired.muc event generated by muc.js -- I'd recommend pulling the latest version from github, Yana added a nice UI four days ago.
cheers
philipp
···
Am 27.12.2013 14:46, schrieb Debber:
However when trying to enter the same room via https://meet.debnet.nl/mojyexvlfim5cdi no pop-up box appears to enter
the password. The Prosody debug log shows:
Dec 27 13:51:34 mod_muc debug
cf3c3539-3e38-41fc-8079-0cc02d894e78@jabber.debnet.nl/81cdab96-de5c-4fb1-bfa3-16f95643a490
couldn't join due to invalid password:
mojyexvlfim5cdi@meet.debnet.nl/cf3c3539-3e38-41fc-8079-0cc02d894e78
(client is Chrome 31.0.1650.63 on osx9) Any ideas where I went bananas
in the config?
However when trying to enter the same room via https://meet.debnet.nl/mojyexvlfim5cdi no pop-up box appears to enter
the password. The Prosody debug log shows:
Dec 27 13:51:34 mod_muc debug
cf3c3539-3e38-41fc-8079-0cc02d894e78@jabber.debnet.nl/81cdab96-de5c-4fb1-bfa3-16f95643a490
couldn't join due to invalid password:
mojyexvlfim5cdi@meet.debnet.nl/cf3c3539-3e38-41fc-8079-0cc02d894e78
(client is Chrome 31.0.1650.63 on osx9) Any ideas where I went bananas
in the config?
It seems your app.js doesn't react on the passwordrequired.muc event
generated by muc.js -- I'd recommend pulling the latest version from
github, Yana added a nice UI four days ago.
cheers
philipp
Yep, this works (sorry, I messed up trying a mix of Jitsi/Estos files from github)...
Tnx. Philipp and Yana!